Html Css Color HEX #C8D475 Deco

📋 copy color: '#C8D475'

red 200 ◦ green 212 ◦ blue 117

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

Shades of Deco #C8D475

Tints of Deco #C8D475

RGB

 RED value IS 200 (78.52% from 255) = 37.81%

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

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

R = 37.81%
G = 40.08%
B = 22.12%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.45

 K value IS 0.17

RGB Variations

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

Color information

#C8D475 (or 0xC8D475) is known color: Deco. HEX triplet: C8, D4 and 75. RGB value is (200,212,117). Sum of RGB (Red+Green+Blue) = 200+212+117=529 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.81% from 529); Green value is 212 (83.20% from 255 or 40.08% from 529); Blue value is 117 (46.09% from 255 or 22.12% from 529); Max value from RGB is 212 - color contains mainly: green. Hex color #C8D475 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8D475 is #372B8A. Grayscale: #C5C5C5. Windows color (decimal): -3615627 or 7722184. OLE color: 7722184.

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

Color convert

RGB 200 212 117 -
CMYK 0.06 0 0.45 0.17
HSL 67.58º 0.52% 0.65% -
HSV(B) 67.58º 0.45% 0.83% -
XYZ 50.57 60.65 25.87 -
YUV 197.58 82.52 129.72 -
System Red Green Blue C M Y K H S L
Decimal 200 212 117 0.06 0 0.45 0.17 67.58 0.52 0.65
Hex C8 D4 75 6 0 2D 11 44 34 41
Octal 310 324 165 6 0 55 21 104 64 101
Binary 11001000 11010100 1110101 110 0 101101 10001 1000100 110100 1000001

Color Harmonies of #C8D475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8D475

Black with #C8D475

Text Example


Text Example

White with #C8D475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8D475; }

 p { color: rgb(200,212,117); }

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

background-color css

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

 a { background-color: rgb(200,212,117); }

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

border-color css

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

 span { border-color: rgb(200,212,117); }

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