Html Css Color HEX #C7D475 Deco

📋 copy color: '#C7D475'

red 199 ◦ green 212 ◦ blue 117

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

Shades of Deco #C7D475

Tints of Deco #C7D475

RGB

 RED value IS 199 (78.13% from 255) = 37.69%

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

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

R = 37.69%
G = 40.15%
B = 22.16%

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

#C7D475 (or 0xC7D475) is known color: Deco. HEX triplet: C7, D4 and 75. RGB value is (199,212,117). Sum of RGB (Red+Green+Blue) = 199+212+117=528 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.69% from 528); Green value is 212 (83.20% from 255 or 40.15% from 528); Blue value is 117 (46.09% from 255 or 22.16% from 528); Max value from RGB is 212 - color contains mainly: green. Hex color #C7D475 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7D475 is #382B8A. Grayscale: #C5C5C5. Windows color (decimal): -3681163 or 7722183. OLE color: 7722183.

HSL color Cylindrical-coordinate representation of color #C7D475: hue angle of 68.21º 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 #C7D475 is Cyan = 0.06, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.17.

Color convert

RGB 199 212 117 -
CMYK 0.06 0 0.45 0.17
HSL 68.21º 0.52% 0.65% -
HSV(B) 68.21º 0.45% 0.83% -
XYZ 50.31 60.51 25.86 -
YUV 197.28 82.69 129.22 -
System Red Green Blue C M Y K H S L
Decimal 199 212 117 0.06 0 0.45 0.17 68.21 0.52 0.65
Hex C7 D4 75 6 0 2D 11 44 34 41
Octal 307 324 165 6 0 55 21 104 64 101
Binary 11000111 11010100 1110101 110 0 101101 10001 1000100 110100 1000001

Color Harmonies of #C7D475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7D475

Black with #C7D475

Text Example


Text Example

White with #C7D475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7D475; }

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

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

background-color css

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

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

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

border-color css

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

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

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