Html Css Color HEX #C5D473 Deco

📋 copy color: '#C5D473'

red 197 ◦ green 212 ◦ blue 115

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

Shades of Deco #C5D473

Tints of Deco #C5D473

RGB

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

 GREEN value IS 212 (83.2% from 255) = 40.46%

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

R = 37.6%
G = 40.46%
B = 21.95%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.46

 K value IS 0.17

RGB Variations

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

Color information

#C5D473 (or 0xC5D473) is known color: Deco. HEX triplet: C5, D4 and 73. RGB value is (197,212,115). Sum of RGB (Red+Green+Blue) = 197+212+115=524 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.60% from 524); Green value is 212 (83.20% from 255 or 40.46% from 524); Blue value is 115 (45.31% from 255 or 21.95% from 524); Max value from RGB is 212 - color contains mainly: green. Hex color #C5D473 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5D473 is #3A2B8C. Grayscale: #C4C4C4. Windows color (decimal): -3812237 or 7591109. OLE color: 7591109.

HSL color Cylindrical-coordinate representation of color #C5D473: hue angle of 69.28º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C5D473 is Cyan = 0.07, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.17.

Color convert

RGB 197 212 115 -
CMYK 0.07 0 0.46 0.17
HSL 69.28º 0.53% 0.64% -
HSV(B) 69.28º 0.46% 0.83% -
XYZ 49.66 60.2 25.22 -
YUV 196.46 82.03 128.39 -
System Red Green Blue C M Y K H S L
Decimal 197 212 115 0.07 0 0.46 0.17 69.28 0.53 0.64
Hex C5 D4 73 7 0 2E 11 45 35 40
Octal 305 324 163 7 0 56 21 105 65 100
Binary 11000101 11010100 1110011 111 0 101110 10001 1000101 110101 1000000

Color Harmonies of #C5D473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5D473

Black with #C5D473

Text Example


Text Example

White with #C5D473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5D473; }

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

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

background-color css

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

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

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

border-color css

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

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

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