Html Css Color HEX #ADCF78 Caper

📋 copy color: '#ADCF78'

red 173 ◦ green 207 ◦ blue 120

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

Shades of Caper #ADCF78

Tints of Caper #ADCF78

RGB

 RED value IS 173 (67.97% from 255) = 34.6%

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

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

R = 34.6%
G = 41.4%
B = 24%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.42

 K value IS 0.19

RGB Variations

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

Color information

#ADCF78 (or 0xADCF78) is known color: Caper. HEX triplet: AD, CF and 78. RGB value is (173,207,120). Sum of RGB (Red+Green+Blue) = 173+207+120=500 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.6% from 500); Green value is 207 (81.25% from 255 or 41.4% from 500); Blue value is 120 (47.27% from 255 or 24% from 500); Max value from RGB is 207 - color contains mainly: green. Hex color #ADCF78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADCF78 is #523087. Grayscale: #BBBBBB. Windows color (decimal): -5386376 or 7917485. OLE color: 7917485.

HSL color Cylindrical-coordinate representation of color #ADCF78: hue angle of 83.45º 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 #ADCF78 is Cyan = 0.16, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.19.

Color convert

RGB 173 207 120 -
CMYK 0.16 0 0.42 0.19
HSL 83.45º 0.48% 0.64% -
HSV(B) 83.45º 0.42% 0.81% -
XYZ 42.94 54.87 26.1 -
YUV 186.92 90.24 118.07 -
System Red Green Blue C M Y K H S L
Decimal 173 207 120 0.16 0 0.42 0.19 83.45 0.48 0.64
Hex AD CF 78 10 0 2A 13 53 30 40
Octal 255 317 170 20 0 52 23 123 60 100
Binary 10101101 11001111 1111000 10000 0 101010 10011 1010011 110000 1000000

Color Harmonies of #ADCF78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCF78

Black with #ADCF78

Text Example


Text Example

White with #ADCF78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCF78; }

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

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

background-color css

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

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

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

border-color css

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

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

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