Html Css Color HEX #C5CF78 Deco

📋 copy color: '#C5CF78'

red 197 ◦ green 207 ◦ blue 120

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

Shades of Deco #C5CF78

Tints of Deco #C5CF78

RGB

 RED value IS 197 (77.34% from 255) = 37.6%

 GREEN value IS 207 (81.25% from 255) = 39.5%

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

R = 37.6%
G = 39.5%
B = 22.9%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.42

 K value IS 0.19

RGB Variations

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

Color information

#C5CF78 (or 0xC5CF78) is known color: Deco. HEX triplet: C5, CF and 78. RGB value is (197,207,120). Sum of RGB (Red+Green+Blue) = 197+207+120=524 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.60% from 524); Green value is 207 (81.25% from 255 or 39.50% from 524); Blue value is 120 (47.27% from 255 or 22.90% from 524); Max value from RGB is 207 - color contains mainly: green. Hex color #C5CF78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5CF78 is #3A3087. Grayscale: #C2C2C2. Windows color (decimal): -3813512 or 7917509. OLE color: 7917509.

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

Color convert

RGB 197 207 120 -
CMYK 0.05 0 0.42 0.19
HSL 66.9º 0.48% 0.64% -
HSV(B) 66.9º 0.42% 0.81% -
XYZ 48.73 57.85 26.37 -
YUV 194.09 86.19 130.07 -
System Red Green Blue C M Y K H S L
Decimal 197 207 120 0.05 0 0.42 0.19 66.9 0.48 0.64
Hex C5 CF 78 5 0 2A 13 43 30 40
Octal 305 317 170 5 0 52 23 103 60 100
Binary 11000101 11001111 1111000 101 0 101010 10011 1000011 110000 1000000

Color Harmonies of #C5CF78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5CF78

Black with #C5CF78

Text Example


Text Example

White with #C5CF78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5CF78; }

 p { color: rgb(197,207,120); }

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

background-color css

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

 a { background-color: rgb(197,207,120); }

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

border-color css

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

 span { border-color: rgb(197,207,120); }

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