#C2E586

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

Shades of Sulu #C2E586

Tints of Sulu #C2E586

Color information

#C2E586 (or 0xC2E586) is unknown color: approx Sulu. HEX triplet: C2, E5 and 86. RGB value is (194,229,134). Sum of RGB (Red+Green+Blue) = 194+229+134=557 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.83% from 557); Green value is 229 (89.84% from 255 or 41.11% from 557); Blue value is 134 (52.73% from 255 or 24.06% from 557); Max value from RGB is 229 - color contains mainly: green. Hex color #C2E586 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2E586 is #3D1A79. Grayscale: #D0D0D0. Windows color (decimal): -4004474 or 8840642. OLE color: 8840642.

HSL color Cylindrical-coordinate representation of color #C2E586: hue angle of 82.11º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C2E586 is Cyan = 0.15, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.10.

Color convert

RGB194229134-
CMYK0.1500.410.10
HSL82.11º64.63%71.18%-
HSV(B)82.11º41.48%89.8%-
XYZ54.5769.2333.04-
YUV207.786.4118.22-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.83%
GREEN value IS 229 (89.84% from 255) = 41.11%
BLUE value IS 134 (52.73% from 255) = 24.06%
R=34.83%
G=41.11%
B=24.06%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1942291340.1500.410.1082.1164.6371.18
HexC2E586F029A524147
Octal3023452061705112122101107
Binary110000101110010110000110111101010011010101001010000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2E586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2E586; }

 p { color: rgb(194,229,134); }

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

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

 a { background-color: rgb(194,229,134); }

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

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

 span { border-color: rgb(194,229,134); }

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