#C2F036

Color #C2F036 Pear (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pear #C2F036

Tints of Pear #C2F036

Color information

#C2F036 (or 0xC2F036) is unknown color: approx Pear. HEX triplet: C2, F0 and 36. RGB value is (194,240,54). Sum of RGB (Red+Green+Blue) = 194+240+54=488 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.75% from 488); Green value is 240 (94.14% from 255 or 49.18% from 488); Blue value is 54 (21.48% from 255 or 11.07% from 488); Max value from RGB is 240 - color contains mainly: green. Hex color #C2F036 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C2F036 is #3D0FC9. Grayscale: #CDCDCD. Windows color (decimal): -4001738 or 3600578. OLE color: 3600578.

HSL color Cylindrical-coordinate representation of color #C2F036: hue angle of 74.84º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C2F036 is Cyan = 0.19, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.06.

Color convert

RGB19424054-
CMYK0.1900.780.06
HSL74.84º86.11%57.65%-
HSV(B)74.84º77.5%94.12%-
XYZ54.0774.0614.93-
YUV205.0442.76120.12-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 194 (76.17% from 255) = 39.75%
GREEN value IS 240 (94.14% from 255) = 49.18%
BLUE value IS 54 (21.48% from 255) = 11.07%
R=39.75%
G=49.18%
B=11.07%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal194240540.1900.780.0674.8486.1157.65
HexC2F0361304E64b563a
Octal30236066230116611312672
Binary1100001011110000110110100110100111011010010111010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2F036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2F036; }

 p { color: rgb(194,240,54); }

 H1.HeaderClassName
 {
   color: #C2F036;
 }
 .AnyTagClassName
 {
   color: #C2F036;
 }
</style>
background-color css

<style>
 a { background-color: #C2F036; }

 a { background-color: rgb(194,240,54); }

 div.DivClassName
 {
   background-color: #C2F036;
 }
 .BgClassName
 {
   background-color: #C2F036;
 }
</style>
border-color css

<style>
 span { border-color: #C2F036; }

 span { border-color: rgb(194,240,54); }

 td.TdClassName
 {
   border-color: #C2F036;
 }
 .TagClassName
 {
   border-color: #C2F036;
 }
</style>