Html Css Color HEX #C0E980 Sulu

📋 copy color: '#C0E980'

red 192 ◦ green 233 ◦ blue 128

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

Shades of Sulu #C0E980

Tints of Sulu #C0E980

RGB

 RED value IS 192 (75.39% from 255) = 34.72%

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

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

R = 34.72%
G = 42.13%
B = 23.15%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.45

 K value IS 0.09

RGB Variations

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

Color information

#C0E980 (or 0xC0E980) is known color: Sulu. HEX triplet: C0, E9 and 80. RGB value is (192,233,128). Sum of RGB (Red+Green+Blue) = 192+233+128=553 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.72% from 553); Green value is 233 (91.41% from 255 or 42.13% from 553); Blue value is 128 (50.39% from 255 or 23.15% from 553); Max value from RGB is 233 - color contains mainly: green. Hex color #C0E980 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0E980 is #3F167F. Grayscale: #D1D1D1. Windows color (decimal): -4134528 or 8448448. OLE color: 8448448.

HSL color Cylindrical-coordinate representation of color #C0E980: hue angle of 83.43º 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 #C0E980 is Cyan = 0.18, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.09.

Color convert

RGB 192 233 128 -
CMYK 0.18 0 0.45 0.09
HSL 83.43º 0.7% 0.71% -
HSV(B) 83.43º 0.45% 0.91% -
XYZ 54.77 71.04 31.25 -
YUV 208.77 82.42 116.04 -
System Red Green Blue C M Y K H S L
Decimal 192 233 128 0.18 0 0.45 0.09 83.43 0.7 0.71
Hex C0 E9 80 12 0 2D 9 53 46 47
Octal 300 351 200 22 0 55 11 123 106 107
Binary 11000000 11101001 10000000 10010 0 101101 1001 1010011 1000110 1000111

Color Harmonies of #C0E980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0E980

Black with #C0E980

Text Example


Text Example

White with #C0E980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0E980; }

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

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

background-color css

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

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

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

border-color css

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

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

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