Html Css Color HEX #C5CD73 Deco

📋 copy color: '#C5CD73'

red 197 ◦ green 205 ◦ blue 115

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

Shades of Deco #C5CD73

Tints of Deco #C5CD73

RGB

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

 GREEN value IS 205 (80.47% from 255) = 39.65%

 BLUE value IS 115 (45.31% from 255) = 22.24%

R = 38.1%
G = 39.65%
B = 22.24%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.44

 K value IS 0.20

RGB Variations

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

Color information

#C5CD73 (or 0xC5CD73) is known color: Deco. HEX triplet: C5, CD and 73. RGB value is (197,205,115). Sum of RGB (Red+Green+Blue) = 197+205+115=517 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.10% from 517); Green value is 205 (80.47% from 255 or 39.65% from 517); Blue value is 115 (45.31% from 255 or 22.24% from 517); Max value from RGB is 205 - color contains mainly: green. Hex color #C5CD73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5CD73 is #3A328C. Grayscale: #C0C0C0. Windows color (decimal): -3814029 or 7589317. OLE color: 7589317.

HSL color Cylindrical-coordinate representation of color #C5CD73: hue angle of 65.33º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C5CD73 is Cyan = 0.04, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.20.

Color convert

RGB 197 205 115 -
CMYK 0.04 0 0.44 0.20
HSL 65.33º 0.47% 0.63% -
HSV(B) 65.33º 0.44% 0.8% -
XYZ 47.95 56.77 24.65 -
YUV 192.35 84.35 131.32 -
System Red Green Blue C M Y K H S L
Decimal 197 205 115 0.04 0 0.44 0.20 65.33 0.47 0.63
Hex C5 CD 73 4 0 2C 14 41 2F 3F
Octal 305 315 163 4 0 54 24 101 57 77
Binary 11000101 11001101 1110011 100 0 101100 10100 1000001 101111 111111

Color Harmonies of #C5CD73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5CD73

Black with #C5CD73

Text Example


Text Example

White with #C5CD73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5CD73; }

 p { color: rgb(197,205,115); }

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

background-color css

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

 a { background-color: rgb(197,205,115); }

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

border-color css

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

 span { border-color: rgb(197,205,115); }

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