#C4F170

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

Shades of Sulu #C4F170

Tints of Sulu #C4F170

Color information

#C4F170 (or 0xC4F170) is unknown color: approx Sulu. HEX triplet: C4, F1 and 70. RGB value is (196,241,112). Sum of RGB (Red+Green+Blue) = 196+241+112=549 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.70% from 549); Green value is 241 (94.53% from 255 or 43.90% from 549); Blue value is 112 (44.14% from 255 or 20.40% from 549); Max value from RGB is 241 - color contains mainly: green. Hex color #C4F170 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C4F170 is #3B0E8F. Grayscale: #D5D5D5. Windows color (decimal): -3870352 or 7401924. OLE color: 7401924.

HSL color Cylindrical-coordinate representation of color #C4F170: hue angle of 80.93º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C4F170 is Cyan = 0.19, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.

Color convert

RGB196241112-
CMYK0.1900.540.05
HSL80.93º82.17%69.22%-
HSV(B)80.93º53.53%94.51%-
XYZ57.1475.8226.95-
YUV212.8471.09115.99-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35.70%
GREEN value IS 241 (94.53% from 255) = 43.90%
BLUE value IS 112 (44.14% from 255) = 20.40%
R=35.70%
G=43.90%
B=20.40%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1962411120.1900.540.0580.9382.1769.22
HexC4F170130365515245
Octal304361160230665121122105
Binary11000100111100011110000100110110110101101000110100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4F170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4F170; }

 p { color: rgb(196,241,112); }

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

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

 a { background-color: rgb(196,241,112); }

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

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

 span { border-color: rgb(196,241,112); }

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