Html Css Color HEX #C5D474 Deco

📋 copy color: '#C5D474'

red 197 ◦ green 212 ◦ blue 116

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

Shades of Deco #C5D474

Tints of Deco #C5D474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 22.1%

R = 37.52%
G = 40.38%
B = 22.1%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.45

 K value IS 0.17

RGB Variations

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

Color information

#C5D474 (or 0xC5D474) is known color: Deco. HEX triplet: C5, D4 and 74. RGB value is (197,212,116). Sum of RGB (Red+Green+Blue) = 197+212+116=525 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.52% from 525); Green value is 212 (83.20% from 255 or 40.38% from 525); Blue value is 116 (45.70% from 255 or 22.10% from 525); Max value from RGB is 212 - color contains mainly: green. Hex color #C5D474 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5D474 is #3A2B8B. Grayscale: #C4C4C4. Windows color (decimal): -3812236 or 7656645. OLE color: 7656645.

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

Color convert

RGB 197 212 116 -
CMYK 0.07 0 0.45 0.17
HSL 69.38º 0.53% 0.64% -
HSV(B) 69.38º 0.45% 0.83% -
XYZ 49.72 60.22 25.53 -
YUV 196.57 82.53 128.31 -
System Red Green Blue C M Y K H S L
Decimal 197 212 116 0.07 0 0.45 0.17 69.38 0.53 0.64
Hex C5 D4 74 7 0 2D 11 45 35 40
Octal 305 324 164 7 0 55 21 105 65 100
Binary 11000101 11010100 1110100 111 0 101101 10001 1000101 110101 1000000

Color Harmonies of #C5D474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5D474

Black with #C5D474

Text Example


Text Example

White with #C5D474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5D474; }

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

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

background-color css

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

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

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

border-color css

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

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

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