#C2EC72

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

Shades of Sulu #C2EC72

Tints of Sulu #C2EC72

Color information

#C2EC72 (or 0xC2EC72) is unknown color: approx Sulu. HEX triplet: C2, EC and 72. RGB value is (194,236,114). Sum of RGB (Red+Green+Blue) = 194+236+114=544 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.66% from 544); Green value is 236 (92.58% from 255 or 43.38% from 544); Blue value is 114 (44.92% from 255 or 20.96% from 544); Max value from RGB is 236 - color contains mainly: green. Hex color #C2EC72 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2EC72 is #3D138D. Grayscale: #D1D1D1. Windows color (decimal): -4002702 or 7531714. OLE color: 7531714.

HSL color Cylindrical-coordinate representation of color #C2EC72: hue angle of 80.66º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C2EC72 is Cyan = 0.18, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.07.

Color convert

RGB194236114-
CMYK0.1800.520.07
HSL80.66º76.25%68.63%-
HSV(B)80.66º51.69%92.55%-
XYZ55.2872.6827.03-
YUV209.5374.09116.92-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.66%
GREEN value IS 236 (92.58% from 255) = 43.38%
BLUE value IS 114 (44.92% from 255) = 20.96%
R=35.66%
G=43.38%
B=20.96%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1942361140.1800.520.0780.6676.2568.63
HexC2EC72120347514c45
Octal302354162220647121114105
Binary11000010111011001110010100100110100111101000110011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2EC72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2EC72; }

 p { color: rgb(194,236,114); }

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

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

 a { background-color: rgb(194,236,114); }

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

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

 span { border-color: rgb(194,236,114); }

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