#C2E370

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

Shades of Sulu #C2E370

Tints of Sulu #C2E370

Color information

#C2E370 (or 0xC2E370) is unknown color: approx Sulu. HEX triplet: C2, E3 and 70. RGB value is (194,227,112). Sum of RGB (Red+Green+Blue) = 194+227+112=533 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.40% from 533); Green value is 227 (89.06% from 255 or 42.59% from 533); Blue value is 112 (44.14% from 255 or 21.01% from 533); Max value from RGB is 227 - color contains mainly: green. Hex color #C2E370 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2E370 is #3D1C8F. Grayscale: #CCCCCC. Windows color (decimal): -4005008 or 7398338. OLE color: 7398338.

HSL color Cylindrical-coordinate representation of color #C2E370: hue angle of 77.22º 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 #C2E370 is Cyan = 0.15, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.11.

Color convert

RGB194227112-
CMYK0.1500.510.11
HSL77.22º67.25%66.47%-
HSV(B)77.22º50.66%89.02%-
XYZ52.6467.5825.6-
YUV204.0276.07120.85-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.40%
GREEN value IS 227 (89.06% from 255) = 42.59%
BLUE value IS 112 (44.14% from 255) = 21.01%
R=36.40%
G=42.59%
B=21.01%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1942271120.1500.510.1177.2267.2566.47
HexC2E370F033B4d4342
Octal3023431601706313115103102
Binary11000010111000111110000111101100111011100110110000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2E370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2E370; }

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

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

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

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

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

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

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

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