Html Css Color HEX #C7D070 Deco

📋 copy color: '#C7D070'

red 199 ◦ green 208 ◦ blue 112

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

Shades of Deco #C7D070

Tints of Deco #C7D070

RGB

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

 GREEN value IS 208 (81.64% from 255) = 40.08%

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

R = 38.34%
G = 40.08%
B = 21.58%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#C7D070 (or 0xC7D070) is known color: Deco. HEX triplet: C7, D0 and 70. RGB value is (199,208,112). Sum of RGB (Red+Green+Blue) = 199+208+112=519 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.34% from 519); Green value is 208 (81.64% from 255 or 40.08% from 519); Blue value is 112 (44.14% from 255 or 21.58% from 519); Max value from RGB is 208 - color contains mainly: green. Hex color #C7D070 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7D070 is #382F8F. Grayscale: #C2C2C2. Windows color (decimal): -3682192 or 7393479. OLE color: 7393479.

HSL color Cylindrical-coordinate representation of color #C7D070: hue angle of 65.62º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C7D070 is Cyan = 0.04, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB 199 208 112 -
CMYK 0.04 0 0.46 0.18
HSL 65.63º 0.51% 0.63% -
HSV(B) 65.63º 0.46% 0.82% -
XYZ 49.03 58.42 24.02 -
YUV 194.37 81.52 131.31 -
System Red Green Blue C M Y K H S L
Decimal 199 208 112 0.04 0 0.46 0.18 65.63 0.51 0.63
Hex C7 D0 70 4 0 2E 12 42 33 3F
Octal 307 320 160 4 0 56 22 102 63 77
Binary 11000111 11010000 1110000 100 0 101110 10010 1000010 110011 111111

Color Harmonies of #C7D070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7D070

Black with #C7D070

Text Example


Text Example

White with #C7D070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7D070; }

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

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

background-color css

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

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

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

border-color css

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

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

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