#C4E080

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

Shades of Sulu #C4E080

Tints of Sulu #C4E080

Color information

#C4E080 (or 0xC4E080) is unknown color: approx Sulu. HEX triplet: C4, E0 and 80. RGB value is (196,224,128). Sum of RGB (Red+Green+Blue) = 196+224+128=548 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.77% from 548); Green value is 224 (87.89% from 255 or 40.88% from 548); Blue value is 128 (50.39% from 255 or 23.36% from 548); Max value from RGB is 224 - color contains mainly: green. Hex color #C4E080 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4E080 is #3B1F7F. Grayscale: #CDCDCD. Windows color (decimal): -3874688 or 8446148. OLE color: 8446148.

HSL color Cylindrical-coordinate representation of color #C4E080: hue angle of 77.5º degrees, saturation: 0.61, 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 #C4E080 is Cyan = 0.12, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.12.

Color convert

RGB196224128-
CMYK0.1200.430.12
HSL77.5º60.76%69.02%-
HSV(B)77.5º42.86%87.84%-
XYZ53.3266.6130.47-
YUV204.6884.72121.81-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35.77%
GREEN value IS 224 (87.89% from 255) = 40.88%
BLUE value IS 128 (50.39% from 255) = 23.36%
R=35.77%
G=40.88%
B=23.36%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1962241280.1200.430.1277.560.7669.02
HexC4E080C02BC4e3d45
Octal304340200140531411675105
Binary11000100111000001000000011000101011110010011101111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4E080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4E080; }

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

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

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

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

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

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

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

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