#C2E081

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

Shades of Sulu #C2E081

Tints of Sulu #C2E081

Color information

#C2E081 (or 0xC2E081) is unknown color: approx Sulu. HEX triplet: C2, E0 and 81. RGB value is (194,224,129). Sum of RGB (Red+Green+Blue) = 194+224+129=547 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.47% from 547); Green value is 224 (87.89% from 255 or 40.95% from 547); Blue value is 129 (50.78% from 255 or 23.58% from 547); Max value from RGB is 224 - color contains mainly: green. Hex color #C2E081 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2E081 is #3D1F7E. Grayscale: #CCCCCC. Windows color (decimal): -4005759 or 8511682. OLE color: 8511682.

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

Color convert

RGB194224129-
CMYK0.1300.420.12
HSL78.95º60.51%69.22%-
HSV(B)78.95º42.41%87.84%-
XYZ52.8766.3730.79-
YUV204.285.56120.72-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.47%
GREEN value IS 224 (87.89% from 255) = 40.95%
BLUE value IS 129 (50.78% from 255) = 23.58%
R=35.47%
G=40.95%
B=23.58%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1942241290.1300.420.1278.9560.5169.22
HexC2E081D02AC4f3d45
Octal302340201150521411775105
Binary11000010111000001000000111010101010110010011111111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2E081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2E081; }

 p { color: rgb(194,224,129); }

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

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

 a { background-color: rgb(194,224,129); }

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

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

 span { border-color: rgb(194,224,129); }

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