#C2EB81

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

Shades of Sulu #C2EB81

Tints of Sulu #C2EB81

Color information

#C2EB81 (or 0xC2EB81) is unknown color: approx Sulu. HEX triplet: C2, EB and 81. RGB value is (194,235,129). Sum of RGB (Red+Green+Blue) = 194+235+129=558 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.77% from 558); Green value is 235 (92.19% from 255 or 42.11% from 558); Blue value is 129 (50.78% from 255 or 23.12% from 558); Max value from RGB is 235 - color contains mainly: green. Hex color #C2EB81 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2EB81 is #3D147E. Grayscale: #D3D3D3. Windows color (decimal): -4002943 or 8514498. OLE color: 8514498.

HSL color Cylindrical-coordinate representation of color #C2EB81: hue angle of 83.21º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C2EB81 is Cyan = 0.17, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.08.

Color convert

RGB194235129-
CMYK0.1700.450.08
HSL83.21º72.6%71.37%-
HSV(B)83.21º45.11%92.16%-
XYZ55.9272.4731.81-
YUV210.6681.92116.12-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.77%
GREEN value IS 235 (92.19% from 255) = 42.11%
BLUE value IS 129 (50.78% from 255) = 23.12%
R=34.77%
G=42.11%
B=23.12%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1942351290.1700.450.0883.2172.671.37
HexC2EB811102D8534947
Octal3023532012105510123111107
Binary1100001011101011100000011000101011011000101001110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2EB81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2EB81; }

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

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

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

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

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

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

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

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