Html Css Color HEX #C2E980 Sulu

📋 copy color: '#C2E980'

red 194 ◦ green 233 ◦ blue 128

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

Shades of Sulu #C2E980

Tints of Sulu #C2E980

RGB

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

 GREEN value IS 233 (91.41% from 255) = 41.98%

 BLUE value IS 128 (50.39% from 255) = 23.06%

R = 34.95%
G = 41.98%
B = 23.06%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.45

 K value IS 0.09

RGB Variations

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

Color information

#C2E980 (or 0xC2E980) is known color: Sulu. HEX triplet: C2, E9 and 80. RGB value is (194,233,128). Sum of RGB (Red+Green+Blue) = 194+233+128=555 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.95% from 555); Green value is 233 (91.41% from 255 or 41.98% from 555); Blue value is 128 (50.39% from 255 or 23.06% from 555); Max value from RGB is 233 - color contains mainly: green. Hex color #C2E980 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2E980 is #3D167F. Grayscale: #D1D1D1. Windows color (decimal): -4003456 or 8448450. OLE color: 8448450.

HSL color Cylindrical-coordinate representation of color #C2E980: hue angle of 82.29º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C2E980 is Cyan = 0.17, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.09.

Color convert

RGB 194 233 128 -
CMYK 0.17 0 0.45 0.09
HSL 82.29º 0.7% 0.71% -
HSV(B) 82.29º 0.45% 0.91% -
XYZ 55.28 71.31 31.27 -
YUV 209.37 82.08 117.04 -
System Red Green Blue C M Y K H S L
Decimal 194 233 128 0.17 0 0.45 0.09 82.29 0.7 0.71
Hex C2 E9 80 11 0 2D 9 52 46 47
Octal 302 351 200 21 0 55 11 122 106 107
Binary 11000010 11101001 10000000 10001 0 101101 1001 1010010 1000110 1000111

Color Harmonies of #C2E980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2E980

Black with #C2E980

Text Example


Text Example

White with #C2E980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2E980; }

 p { color: rgb(194,233,128); }

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

background-color css

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

 a { background-color: rgb(194,233,128); }

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

border-color css

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

 span { border-color: rgb(194,233,128); }

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