#C2F066

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

Shades of Sulu #C2F066

Tints of Sulu #C2F066

Color information

#C2F066 (or 0xC2F066) is unknown color: approx Sulu. HEX triplet: C2, F0 and 66. RGB value is (194,240,102). Sum of RGB (Red+Green+Blue) = 194+240+102=536 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.19% from 536); Green value is 240 (94.14% from 255 or 44.78% from 536); Blue value is 102 (40.23% from 255 or 19.03% from 536); Max value from RGB is 240 - color contains mainly: green. Hex color #C2F066 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2F066 is #3D0F99. Grayscale: #D3D3D3. Windows color (decimal): -4001690 or 6746306. OLE color: 6746306.

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

Color convert

RGB194240102-
CMYK0.1900.580.06
HSL80º82.14%67.06%-
HSV(B)80º57.5%94.12%-
XYZ55.8174.7524.06-
YUV210.5166.76116.22-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.19%
GREEN value IS 240 (94.14% from 255) = 44.78%
BLUE value IS 102 (40.23% from 255) = 19.03%
R=36.19%
G=44.78%
B=19.03%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1942401020.1900.580.068082.1467.06
HexC2F0661303A6505243
Octal302360146230726120122103
Binary11000010111100001100110100110111010110101000010100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2F066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2F066; }

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

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

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

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

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

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

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

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