Html Css Color HEX #C7D670 Deco

📋 copy color: '#C7D670'

red 199 ◦ green 214 ◦ blue 112

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

Shades of Deco #C7D670

Tints of Deco #C7D670

RGB

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

 GREEN value IS 214 (83.98% from 255) = 40.76%

 BLUE value IS 112 (44.14% from 255) = 21.33%

R = 37.9%
G = 40.76%
B = 21.33%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#C7D670 (or 0xC7D670) is known color: Deco. HEX triplet: C7, D6 and 70. RGB value is (199,214,112). Sum of RGB (Red+Green+Blue) = 199+214+112=525 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.90% from 525); Green value is 214 (83.98% from 255 or 40.76% from 525); Blue value is 112 (44.14% from 255 or 21.33% from 525); Max value from RGB is 214 - color contains mainly: green. Hex color #C7D670 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7D670 is #38298F. Grayscale: #C6C6C6. Windows color (decimal): -3680656 or 7395015. OLE color: 7395015.

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

Color convert

RGB 199 214 112 -
CMYK 0.07 0 0.48 0.16
HSL 68.82º 0.55% 0.64% -
HSV(B) 68.82º 0.48% 0.84% -
XYZ 50.52 61.41 24.52 -
YUV 197.89 79.53 128.79 -
System Red Green Blue C M Y K H S L
Decimal 199 214 112 0.07 0 0.48 0.16 68.82 0.55 0.64
Hex C7 D6 70 7 0 30 10 45 37 40
Octal 307 326 160 7 0 60 20 105 67 100
Binary 11000111 11010110 1110000 111 0 110000 10000 1000101 110111 1000000

Color Harmonies of #C7D670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7D670

Black with #C7D670

Text Example


Text Example

White with #C7D670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7D670; }

 p { color: rgb(199,214,112); }

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

background-color css

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

 a { background-color: rgb(199,214,112); }

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

border-color css

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

 span { border-color: rgb(199,214,112); }

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