Html Css Color HEX #C2EC72 Sulu

📋 copy color: '#C2EC72'

red 194 ◦ green 236 ◦ blue 114

#C2EC72
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sulu #C2EC72

Tints of Sulu #C2EC72

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 value IS 0.18

 M value IS 0

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#C2EC72 (or 0xC2EC72) is known color: 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

RGB 194 236 114 -
CMYK 0.18 0 0.52 0.07
HSL 80.66º 0.76% 0.69% -
HSV(B) 80.66º 0.52% 0.93% -
XYZ 55.28 72.68 27.03 -
YUV 209.53 74.09 116.92 -
System Red Green Blue C M Y K H S L
Decimal 194 236 114 0.18 0 0.52 0.07 80.66 0.76 0.69
Hex C2 EC 72 12 0 34 7 51 4C 45
Octal 302 354 162 22 0 64 7 121 114 105
Binary 11000010 11101100 1110010 10010 0 110100 111 1010001 1001100 1000101

Color Harmonies of #C2EC72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2EC72

Black with #C2EC72

Text Example


Text Example

White with #C2EC72

Text Example


Text Example

HTML Codes & Css Web 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>