Html Css Color HEX #C4D078 Deco

📋 copy color: '#C4D078'

red 196 ◦ green 208 ◦ blue 120

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

Shades of Deco #C4D078

Tints of Deco #C4D078

RGB

 RED value IS 196 (76.95% from 255) = 37.4%

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

 BLUE value IS 120 (47.27% from 255) = 22.9%

R = 37.4%
G = 39.69%
B = 22.9%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#C4D078 (or 0xC4D078) is known color: Deco. HEX triplet: C4, D0 and 78. RGB value is (196,208,120). Sum of RGB (Red+Green+Blue) = 196+208+120=524 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.40% from 524); Green value is 208 (81.64% from 255 or 39.69% from 524); Blue value is 120 (47.27% from 255 or 22.90% from 524); Max value from RGB is 208 - color contains mainly: green. Hex color #C4D078 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4D078 is #3B2F87. Grayscale: #C2C2C2. Windows color (decimal): -3878792 or 7917764. OLE color: 7917764.

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

Color convert

RGB 196 208 120 -
CMYK 0.06 0 0.42 0.18
HSL 68.18º 0.48% 0.64% -
HSV(B) 68.18º 0.42% 0.82% -
XYZ 48.71 58.2 26.44 -
YUV 194.38 86.02 129.16 -
System Red Green Blue C M Y K H S L
Decimal 196 208 120 0.06 0 0.42 0.18 68.18 0.48 0.64
Hex C4 D0 78 6 0 2A 12 44 30 40
Octal 304 320 170 6 0 52 22 104 60 100
Binary 11000100 11010000 1111000 110 0 101010 10010 1000100 110000 1000000

Color Harmonies of #C4D078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4D078

Black with #C4D078

Text Example


Text Example

White with #C4D078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4D078; }

 p { color: rgb(196,208,120); }

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

background-color css

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

 a { background-color: rgb(196,208,120); }

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

border-color css

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

 span { border-color: rgb(196,208,120); }

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