#C4E180

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

Shades of Sulu #C4E180

Tints of Sulu #C4E180

Color information

#C4E180 (or 0xC4E180) is unknown color: approx Sulu. HEX triplet: C4, E1 and 80. RGB value is (196,225,128). Sum of RGB (Red+Green+Blue) = 196+225+128=549 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.70% from 549); Green value is 225 (88.28% from 255 or 40.98% from 549); Blue value is 128 (50.39% from 255 or 23.32% from 549); Max value from RGB is 225 - color contains mainly: green. Hex color #C4E180 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4E180 is #3B1E7F. Grayscale: #CDCDCD. Windows color (decimal): -3874432 or 8446404. OLE color: 8446404.

HSL color Cylindrical-coordinate representation of color #C4E180: hue angle of 77.94º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C4E180 is Cyan = 0.13, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.12.

Color convert

RGB196225128-
CMYK0.1300.430.12
HSL77.94º61.78%69.22%-
HSV(B)77.94º43.11%88.24%-
XYZ53.5967.1430.56-
YUV205.2784.39121.39-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35.70%
GREEN value IS 225 (88.28% from 255) = 40.98%
BLUE value IS 128 (50.39% from 255) = 23.32%
R=35.70%
G=40.98%
B=23.32%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1962251280.1300.430.1277.9461.7869.22
HexC4E180D02BC4e3e45
Octal304341200150531411676105
Binary11000100111000011000000011010101011110010011101111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4E180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4E180; }

 p { color: rgb(196,225,128); }

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

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

 a { background-color: rgb(196,225,128); }

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

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

 span { border-color: rgb(196,225,128); }

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