#C2E185

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

Shades of Sulu #C2E185

Tints of Sulu #C2E185

Color information

#C2E185 (or 0xC2E185) is unknown color: approx Sulu. HEX triplet: C2, E1 and 85. RGB value is (194,225,133). Sum of RGB (Red+Green+Blue) = 194+225+133=552 (73% of max value = 765). Red value is 194 (76.17% from 255 or 35.14% from 552); Green value is 225 (88.28% from 255 or 40.76% from 552); Blue value is 133 (52.34% from 255 or 24.09% from 552); Max value from RGB is 225 - color contains mainly: green. Hex color #C2E185 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2E185 is #3D1E7A. Grayscale: #CDCDCD. Windows color (decimal): -4005499 or 8774082. OLE color: 8774082.

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

Color convert

RGB194225133-
CMYK0.1400.410.12
HSL80.22º60.53%70.2%-
HSV(B)80.22º40.89%88.24%-
XYZ53.4167.0132.31-
YUV205.2487.23119.98-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.14%
GREEN value IS 225 (88.28% from 255) = 40.76%
BLUE value IS 133 (52.34% from 255) = 24.09%
R=35.14%
G=40.76%
B=24.09%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1942251330.1400.410.1280.2260.5370.2
HexC2E185E029C503d46
Octal302341205160511412075106
Binary11000010111000011000010111100101001110010100001111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2E185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2E185; }

 p { color: rgb(194,225,133); }

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

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

 a { background-color: rgb(194,225,133); }

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

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

 span { border-color: rgb(194,225,133); }

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