#C2E17A

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

Shades of Sulu #C2E17A

Tints of Sulu #C2E17A

Color information

#C2E17A (or 0xC2E17A) is unknown color: approx Sulu. HEX triplet: C2, E1 and 7A. RGB value is (194,225,122). Sum of RGB (Red+Green+Blue) = 194+225+122=541 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.86% from 541); Green value is 225 (88.28% from 255 or 41.59% from 541); Blue value is 122 (48.05% from 255 or 22.55% from 541); Max value from RGB is 225 - color contains mainly: green. Hex color #C2E17A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2E17A is #3D1E85. Grayscale: #CCCCCC. Windows color (decimal): -4005510 or 8053186. OLE color: 8053186.

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

Color convert

RGB194225122-
CMYK0.1400.460.12
HSL78.06º63.19%68.04%-
HSV(B)78.06º45.78%88.24%-
XYZ52.6966.7228.51-
YUV203.9981.73120.88-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.86%
GREEN value IS 225 (88.28% from 255) = 41.59%
BLUE value IS 122 (48.05% from 255) = 22.55%
R=35.86%
G=41.59%
B=22.55%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1942251220.1400.460.1278.0663.1968.04
HexC2E17AE02EC4e3f44
Octal302341172160561411677104
Binary1100001011100001111101011100101110110010011101111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2E17A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2E17A; }

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

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

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

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

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

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

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

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