Html Css Color HEX #C5D97D Deco

📋 copy color: '#C5D97D'

red 197 ◦ green 217 ◦ blue 125

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

Shades of Deco #C5D97D

Tints of Deco #C5D97D

RGB

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

 GREEN value IS 217 (85.16% from 255) = 40.26%

 BLUE value IS 125 (49.22% from 255) = 23.19%

R = 36.55%
G = 40.26%
B = 23.19%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#C5D97D (or 0xC5D97D) is known color: Deco. HEX triplet: C5, D9 and 7D. RGB value is (197,217,125). Sum of RGB (Red+Green+Blue) = 197+217+125=539 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.55% from 539); Green value is 217 (85.16% from 255 or 40.26% from 539); Blue value is 125 (49.22% from 255 or 23.19% from 539); Max value from RGB is 217 - color contains mainly: green. Hex color #C5D97D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5D97D is #3A2682. Grayscale: #C8C8C8. Windows color (decimal): -3810947 or 8247749. OLE color: 8247749.

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

Color convert

RGB 197 217 125 -
CMYK 0.09 0 0.42 0.15
HSL 73.04º 0.55% 0.67% -
HSV(B) 73.04º 0.42% 0.85% -
XYZ 51.54 62.98 28.84 -
YUV 200.53 85.37 125.48 -
System Red Green Blue C M Y K H S L
Decimal 197 217 125 0.09 0 0.42 0.15 73.04 0.55 0.67
Hex C5 D9 7D 9 0 2A F 49 37 43
Octal 305 331 175 11 0 52 17 111 67 103
Binary 11000101 11011001 1111101 1001 0 101010 1111 1001001 110111 1000011

Color Harmonies of #C5D97D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5D97D

Black with #C5D97D

Text Example


Text Example

White with #C5D97D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5D97D; }

 p { color: rgb(197,217,125); }

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

background-color css

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

 a { background-color: rgb(197,217,125); }

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

border-color css

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

 span { border-color: rgb(197,217,125); }

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