#C4FC72

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

Shades of Sulu #C4FC72

Tints of Sulu #C4FC72

Color information

#C4FC72 (or 0xC4FC72) is unknown color: approx Sulu. HEX triplet: C4, FC and 72. RGB value is (196,252,114). Sum of RGB (Red+Green+Blue) = 196+252+114=562 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.88% from 562); Green value is 252 (98.83% from 255 or 44.84% from 562); Blue value is 114 (44.92% from 255 or 20.28% from 562); Max value from RGB is 252 - color contains mainly: green. Hex color #C4FC72 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C4FC72 is #3B038D. Grayscale: #DCDCDC. Windows color (decimal): -3867534 or 7535812. OLE color: 7535812.

HSL color Cylindrical-coordinate representation of color #C4FC72: hue angle of 84.35º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C4FC72 is Cyan = 0.22, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.01.

Color convert

RGB196252114-
CMYK0.2200.550.01
HSL84.35º95.83%71.76%-
HSV(B)84.35º54.76%98.82%-
XYZ60.6182.5728.66-
YUV219.5268.45111.22-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.88%
GREEN value IS 252 (98.83% from 255) = 44.84%
BLUE value IS 114 (44.92% from 255) = 20.28%
R=34.88%
G=44.84%
B=20.28%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1962521140.2200.550.0184.3595.8371.76
HexC4FC72160371546048
Octal304374162260671124140110
Binary110001001111110011100101011001101111101010011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4FC72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4FC72; }

 p { color: rgb(196,252,114); }

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

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

 a { background-color: rgb(196,252,114); }

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

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

 span { border-color: rgb(196,252,114); }

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