Html Css Color HEX #C2ED76 Sulu

📋 copy color: '#C2ED76'

red 194 ◦ green 237 ◦ blue 118

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

Shades of Sulu #C2ED76

Tints of Sulu #C2ED76

RGB

 RED value IS 194 (76.17% from 255) = 35.34%

 GREEN value IS 237 (92.97% from 255) = 43.17%

 BLUE value IS 118 (46.48% from 255) = 21.49%

R = 35.34%
G = 43.17%
B = 21.49%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#C2ED76 (or 0xC2ED76) is known color: Sulu. HEX triplet: C2, ED and 76. RGB value is (194,237,118). Sum of RGB (Red+Green+Blue) = 194+237+118=549 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.34% from 549); Green value is 237 (92.97% from 255 or 43.17% from 549); Blue value is 118 (46.48% from 255 or 21.49% from 549); Max value from RGB is 237 - color contains mainly: green. Hex color #C2ED76 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2ED76 is #3D1289. Grayscale: #D3D3D3. Windows color (decimal): -4002442 or 7794114. OLE color: 7794114.

HSL color Cylindrical-coordinate representation of color #C2ED76: hue angle of 81.68º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C2ED76 is Cyan = 0.18, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.07.

Color convert

RGB 194 237 118 -
CMYK 0.18 0 0.50 0.07
HSL 81.68º 0.77% 0.7% -
HSV(B) 81.68º 0.5% 0.93% -
XYZ 55.8 73.35 28.36 -
YUV 210.58 75.75 116.18 -
System Red Green Blue C M Y K H S L
Decimal 194 237 118 0.18 0 0.50 0.07 81.68 0.77 0.7
Hex C2 ED 76 12 0 32 7 52 4D 46
Octal 302 355 166 22 0 62 7 122 115 106
Binary 11000010 11101101 1110110 10010 0 110010 111 1010010 1001101 1000110

Color Harmonies of #C2ED76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2ED76

Black with #C2ED76

Text Example


Text Example

White with #C2ED76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2ED76; }

 p { color: rgb(194,237,118); }

 H1.HeaderClassName
 {
   color: #C2ED76;
 }
 .AnyTagClassName
 {
   color: #C2ED76;
 }
</style>

background-color css

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

 a { background-color: rgb(194,237,118); }

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

border-color css

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

 span { border-color: rgb(194,237,118); }

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