Html Css Color HEX #C5D880 Deco

📋 copy color: '#C5D880'

red 197 ◦ green 216 ◦ blue 128

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

Shades of Deco #C5D880

Tints of Deco #C5D880

RGB

 RED value IS 197 (77.34% from 255) = 36.41%

 GREEN value IS 216 (84.77% from 255) = 39.93%

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

R = 36.41%
G = 39.93%
B = 23.66%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#C5D880 (or 0xC5D880) is known color: Deco. HEX triplet: C5, D8 and 80. RGB value is (197,216,128). Sum of RGB (Red+Green+Blue) = 197+216+128=541 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.41% from 541); Green value is 216 (84.77% from 255 or 39.93% from 541); Blue value is 128 (50.39% from 255 or 23.66% from 541); Max value from RGB is 216 - color contains mainly: green. Hex color #C5D880 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5D880 is #3A277F. Grayscale: #C8C8C8. Windows color (decimal): -3811200 or 8444101. OLE color: 8444101.

HSL color Cylindrical-coordinate representation of color #C5D880: hue angle of 72.95º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C5D880 is Cyan = 0.09, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB 197 216 128 -
CMYK 0.09 0 0.41 0.15
HSL 72.95º 0.53% 0.67% -
HSV(B) 72.95º 0.41% 0.85% -
XYZ 51.48 62.54 29.78 -
YUV 200.29 87.21 125.66 -
System Red Green Blue C M Y K H S L
Decimal 197 216 128 0.09 0 0.41 0.15 72.95 0.53 0.67
Hex C5 D8 80 9 0 29 F 49 35 43
Octal 305 330 200 11 0 51 17 111 65 103
Binary 11000101 11011000 10000000 1001 0 101001 1111 1001001 110101 1000011

Color Harmonies of #C5D880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5D880

Black with #C5D880

Text Example


Text Example

White with #C5D880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5D880; }

 p { color: rgb(197,216,128); }

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

background-color css

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

 a { background-color: rgb(197,216,128); }

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

border-color css

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

 span { border-color: rgb(197,216,128); }

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