Html Css Color HEX #C5D775 Deco

📋 copy color: '#C5D775'

red 197 ◦ green 215 ◦ blue 117

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

Shades of Deco #C5D775

Tints of Deco #C5D775

RGB

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

 GREEN value IS 215 (84.38% from 255) = 40.64%

 BLUE value IS 117 (46.09% from 255) = 22.12%

R = 37.24%
G = 40.64%
B = 22.12%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#C5D775 (or 0xC5D775) is known color: Deco. HEX triplet: C5, D7 and 75. RGB value is (197,215,117). Sum of RGB (Red+Green+Blue) = 197+215+117=529 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.24% from 529); Green value is 215 (84.38% from 255 or 40.64% from 529); Blue value is 117 (46.09% from 255 or 22.12% from 529); Max value from RGB is 215 - color contains mainly: green. Hex color #C5D775 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5D775 is #3A288A. Grayscale: #C6C6C6. Windows color (decimal): -3811467 or 7722949. OLE color: 7722949.

HSL color Cylindrical-coordinate representation of color #C5D775: hue angle of 71.02º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C5D775 is Cyan = 0.08, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB 197 215 117 -
CMYK 0.08 0 0.46 0.16
HSL 71.02º 0.55% 0.65% -
HSV(B) 71.02º 0.46% 0.84% -
XYZ 50.54 61.76 26.09 -
YUV 198.45 82.04 126.97 -
System Red Green Blue C M Y K H S L
Decimal 197 215 117 0.08 0 0.46 0.16 71.02 0.55 0.65
Hex C5 D7 75 8 0 2E 10 47 37 41
Octal 305 327 165 10 0 56 20 107 67 101
Binary 11000101 11010111 1110101 1000 0 101110 10000 1000111 110111 1000001

Color Harmonies of #C5D775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5D775

Black with #C5D775

Text Example


Text Example

White with #C5D775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5D775; }

 p { color: rgb(197,215,117); }

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

background-color css

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

 a { background-color: rgb(197,215,117); }

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

border-color css

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

 span { border-color: rgb(197,215,117); }

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