#C6E185

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

Shades of Sulu #C6E185

Tints of Sulu #C6E185

Color information

#C6E185 (or 0xC6E185) is unknown color: approx Sulu. HEX triplet: C6, E1 and 85. RGB value is (198,225,133). Sum of RGB (Red+Green+Blue) = 198+225+133=556 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.61% from 556); Green value is 225 (88.28% from 255 or 40.47% from 556); Blue value is 133 (52.34% from 255 or 23.92% from 556); Max value from RGB is 225 - color contains mainly: green. Hex color #C6E185 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6E185 is #391E7A. Grayscale: #CECECE. Windows color (decimal): -3743355 or 8774086. OLE color: 8774086.

HSL color Cylindrical-coordinate representation of color #C6E185: hue angle of 77.61º 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 #C6E185 is Cyan = 0.12, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.12.

Color convert

RGB198225133-
CMYK0.1200.410.12
HSL77.61º60.53%70.2%-
HSV(B)77.61º40.89%88.24%-
XYZ54.4567.5532.36-
YUV206.4486.55121.98-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 35.61%
GREEN value IS 225 (88.28% from 255) = 40.47%
BLUE value IS 133 (52.34% from 255) = 23.92%
R=35.61%
G=40.47%
B=23.92%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1982251330.1200.410.1277.6160.5370.2
HexC6E185C029C4e3d46
Octal306341205140511411675106
Binary11000110111000011000010111000101001110010011101111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6E185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6E185; }

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

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

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

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

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

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

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

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