#C6E370

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

Shades of Sulu #C6E370

Tints of Sulu #C6E370

Color information

#C6E370 (or 0xC6E370) is unknown color: approx Sulu. HEX triplet: C6, E3 and 70. RGB value is (198,227,112). Sum of RGB (Red+Green+Blue) = 198+227+112=537 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.87% from 537); Green value is 227 (89.06% from 255 or 42.27% from 537); Blue value is 112 (44.14% from 255 or 20.86% from 537); Max value from RGB is 227 - color contains mainly: green. Hex color #C6E370 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6E370 is #391C8F. Grayscale: #CDCDCD. Windows color (decimal): -3742864 or 7398342. OLE color: 7398342.

HSL color Cylindrical-coordinate representation of color #C6E370: hue angle of 75.13º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C6E370 is Cyan = 0.13, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.11.

Color convert

RGB198227112-
CMYK0.1300.510.11
HSL75.13º67.25%66.47%-
HSV(B)75.13º50.66%89.02%-
XYZ53.6868.1125.65-
YUV205.2275.39122.85-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 36.87%
GREEN value IS 227 (89.06% from 255) = 42.27%
BLUE value IS 112 (44.14% from 255) = 20.86%
R=36.87%
G=42.27%
B=20.86%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1982271120.1300.510.1175.1367.2566.47
HexC6E370D033B4b4342
Octal3063431601506313113103102
Binary11000110111000111110000110101100111011100101110000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6E370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6E370; }

 p { color: rgb(198,227,112); }

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

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

 a { background-color: rgb(198,227,112); }

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

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

 span { border-color: rgb(198,227,112); }

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