#C4FA72

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

Shades of Sulu #C4FA72

Tints of Sulu #C4FA72

Color information

#C4FA72 (or 0xC4FA72) is unknown color: approx Sulu. HEX triplet: C4, FA and 72. RGB value is (196,250,114). Sum of RGB (Red+Green+Blue) = 196+250+114=560 (74% of max value = 765). Red value is 196 (76.95% from 255 or 35% from 560); Green value is 250 (98.05% from 255 or 44.64% from 560); Blue value is 114 (44.92% from 255 or 20.36% from 560); Max value from RGB is 250 - color contains mainly: green. Hex color #C4FA72 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C4FA72 is #3B058D. Grayscale: #DADADA. Windows color (decimal): -3868046 or 7535300. OLE color: 7535300.

HSL color Cylindrical-coordinate representation of color #C4FA72: hue angle of 83.82º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C4FA72 is Cyan = 0.22, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.02.

Color convert

RGB196250114-
CMYK0.2200.540.02
HSL83.82º93.15%71.37%-
HSV(B)83.82º54.4%98.04%-
XYZ59.9981.3228.45-
YUV218.3569.11112.06-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35%
GREEN value IS 250 (98.05% from 255) = 44.64%
BLUE value IS 114 (44.92% from 255) = 20.36%
R=35%
G=44.64%
B=20.36%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1962501140.2200.540.0283.8293.1571.37
HexC4FA72160362545d47
Octal304372162260662124135107
Binary1100010011111010111001010110011011010101010010111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4FA72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4FA72; }

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

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

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

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

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

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

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

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