#C2F468

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

Shades of Sulu #C2F468

Tints of Sulu #C2F468

Color information

#C2F468 (or 0xC2F468) is unknown color: approx Sulu. HEX triplet: C2, F4 and 68. RGB value is (194,244,104). Sum of RGB (Red+Green+Blue) = 194+244+104=542 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.79% from 542); Green value is 244 (95.70% from 255 or 45.02% from 542); Blue value is 104 (41.02% from 255 or 19.19% from 542); Max value from RGB is 244 - color contains mainly: green. Hex color #C2F468 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2F468 is #3D0B97. Grayscale: #D5D5D5. Windows color (decimal): -4000664 or 6878402. OLE color: 6878402.

HSL color Cylindrical-coordinate representation of color #C2F468: hue angle of 81.43º degrees, saturation: 0.86, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C2F468 is Cyan = 0.20, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.04.

Color convert

RGB194244104-
CMYK0.2000.570.04
HSL81.43º86.42%68.24%-
HSV(B)81.43º57.38%95.69%-
XYZ57.177.1724.98-
YUV213.0966.44114.38-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.79%
GREEN value IS 244 (95.70% from 255) = 45.02%
BLUE value IS 104 (41.02% from 255) = 19.19%
R=35.79%
G=45.02%
B=19.19%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1942441040.2000.570.0481.4386.4268.24
HexC2F468140394515644
Octal302364150240714121126104
Binary11000010111101001101000101000111001100101000110101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2F468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2F468; }

 p { color: rgb(194,244,104); }

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

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

 a { background-color: rgb(194,244,104); }

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

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

 span { border-color: rgb(194,244,104); }

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