#C4F468

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

Shades of Sulu #C4F468

Tints of Sulu #C4F468

Color information

#C4F468 (or 0xC4F468) is unknown color: approx Sulu. HEX triplet: C4, F4 and 68. RGB value is (196,244,104). Sum of RGB (Red+Green+Blue) = 196+244+104=544 (72% of max value = 765). Red value is 196 (76.95% from 255 or 36.03% from 544); Green value is 244 (95.70% from 255 or 44.85% from 544); Blue value is 104 (41.02% from 255 or 19.12% from 544); Max value from RGB is 244 - color contains mainly: green. Hex color #C4F468 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C4F468 is #3B0B97. Grayscale: #D6D6D6. Windows color (decimal): -3869592 or 6878404. OLE color: 6878404.

HSL color Cylindrical-coordinate representation of color #C4F468: hue angle of 80.57º 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 #C4F468 is Cyan = 0.20, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.04.

Color convert

RGB196244104-
CMYK0.2000.570.04
HSL80.57º86.42%68.24%-
HSV(B)80.57º57.38%95.69%-
XYZ57.6177.4425.01-
YUV213.6966.1115.38-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.03%
GREEN value IS 244 (95.70% from 255) = 44.85%
BLUE value IS 104 (41.02% from 255) = 19.12%
R=36.03%
G=44.85%
B=19.12%

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
Decimal1962441040.2000.570.0480.5786.4268.24
HexC4F468140394515644
Octal304364150240714121126104
Binary11000100111101001101000101000111001100101000110101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4F468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4F468; }

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

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

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

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

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

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

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

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