#C4F96C

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

Shades of Sulu #C4F96C

Tints of Sulu #C4F96C

Color information

#C4F96C (or 0xC4F96C) is unknown color: approx Sulu. HEX triplet: C4, F9 and 6C. RGB value is (196,249,108). Sum of RGB (Red+Green+Blue) = 196+249+108=553 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.44% from 553); Green value is 249 (97.66% from 255 or 45.03% from 553); Blue value is 108 (42.58% from 255 or 19.53% from 553); Max value from RGB is 249 - color contains mainly: green. Hex color #C4F96C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C4F96C is #3B0693. Grayscale: #D9D9D9. Windows color (decimal): -3868308 or 7141828. OLE color: 7141828.

HSL color Cylindrical-coordinate representation of color #C4F96C: hue angle of 82.55º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C4F96C is Cyan = 0.21, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.

Color convert

RGB196249108-
CMYK0.2100.570.02
HSL82.55º92.16%70%-
HSV(B)82.55º56.63%97.65%-
XYZ59.3580.5726.61-
YUV217.0866.44112.96-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35.44%
GREEN value IS 249 (97.66% from 255) = 45.03%
BLUE value IS 108 (42.58% from 255) = 19.53%
R=35.44%
G=45.03%
B=19.53%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1962491080.2100.570.0282.5592.1670
HexC4F96C150392535c46
Octal304371154250712123134106
Binary1100010011111001110110010101011100110101001110111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4F96C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4F96C; }

 p { color: rgb(196,249,108); }

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

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

 a { background-color: rgb(196,249,108); }

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

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

 span { border-color: rgb(196,249,108); }

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