Html Css Color HEX #C7D274 Deco

📋 copy color: '#C7D274'

red 199 ◦ green 210 ◦ blue 116

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

Shades of Deco #C7D274

Tints of Deco #C7D274

RGB

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

 GREEN value IS 210 (82.42% from 255) = 40%

 BLUE value IS 116 (45.7% from 255) = 22.1%

R = 37.9%
G = 40%
B = 22.1%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#C7D274 (or 0xC7D274) is known color: Deco. HEX triplet: C7, D2 and 74. RGB value is (199,210,116). Sum of RGB (Red+Green+Blue) = 199+210+116=525 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.90% from 525); Green value is 210 (82.42% from 255 or 40% from 525); Blue value is 116 (45.70% from 255 or 22.10% from 525); Max value from RGB is 210 - color contains mainly: green. Hex color #C7D274 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7D274 is #382D8B. Grayscale: #C4C4C4. Windows color (decimal): -3681676 or 7656135. OLE color: 7656135.

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

Color convert

RGB 199 210 116 -
CMYK 0.05 0 0.45 0.18
HSL 67.02º 0.51% 0.64% -
HSV(B) 67.02º 0.45% 0.82% -
XYZ 49.75 59.5 25.38 -
YUV 196 82.86 130.14 -
System Red Green Blue C M Y K H S L
Decimal 199 210 116 0.05 0 0.45 0.18 67.02 0.51 0.64
Hex C7 D2 74 5 0 2D 12 43 33 40
Octal 307 322 164 5 0 55 22 103 63 100
Binary 11000111 11010010 1110100 101 0 101101 10010 1000011 110011 1000000

Color Harmonies of #C7D274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7D274

Black with #C7D274

Text Example


Text Example

White with #C7D274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7D274; }

 p { color: rgb(199,210,116); }

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

background-color css

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

 a { background-color: rgb(199,210,116); }

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

border-color css

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

 span { border-color: rgb(199,210,116); }

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