Html Css Color HEX #C5CE80 Deco

📋 copy color: '#C5CE80'

red 197 ◦ green 206 ◦ blue 128

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

Shades of Deco #C5CE80

Tints of Deco #C5CE80

RGB

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

 GREEN value IS 206 (80.86% from 255) = 38.79%

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

R = 37.1%
G = 38.79%
B = 24.11%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.38

 K value IS 0.19

RGB Variations

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

Color information

#C5CE80 (or 0xC5CE80) is known color: Deco. HEX triplet: C5, CE and 80. RGB value is (197,206,128). Sum of RGB (Red+Green+Blue) = 197+206+128=531 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.10% from 531); Green value is 206 (80.86% from 255 or 38.79% from 531); Blue value is 128 (50.39% from 255 or 24.11% from 531); Max value from RGB is 206 - color contains mainly: green. Hex color #C5CE80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5CE80 is #3A317F. Grayscale: #C2C2C2. Windows color (decimal): -3813760 or 8441541. OLE color: 8441541.

HSL color Cylindrical-coordinate representation of color #C5CE80: hue angle of 66.92º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C5CE80 is Cyan = 0.04, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.19.

Color convert

RGB 197 206 128 -
CMYK 0.04 0 0.38 0.19
HSL 66.92º 0.44% 0.65% -
HSV(B) 66.92º 0.38% 0.81% -
XYZ 48.99 57.57 28.95 -
YUV 194.42 90.52 129.84 -
System Red Green Blue C M Y K H S L
Decimal 197 206 128 0.04 0 0.38 0.19 66.92 0.44 0.65
Hex C5 CE 80 4 0 26 13 43 2C 41
Octal 305 316 200 4 0 46 23 103 54 101
Binary 11000101 11001110 10000000 100 0 100110 10011 1000011 101100 1000001

Color Harmonies of #C5CE80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5CE80

Black with #C5CE80

Text Example


Text Example

White with #C5CE80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5CE80; }

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

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

background-color css

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

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

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

border-color css

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

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

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