Html Css Color HEX #ADCF75 Caper

📋 copy color: '#ADCF75'

red 173 ◦ green 207 ◦ blue 117

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

Shades of Caper #ADCF75

Tints of Caper #ADCF75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 23.54%

R = 34.81%
G = 41.65%
B = 23.54%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#ADCF75 (or 0xADCF75) is known color: Caper. HEX triplet: AD, CF and 75. RGB value is (173,207,117). Sum of RGB (Red+Green+Blue) = 173+207+117=497 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.81% from 497); Green value is 207 (81.25% from 255 or 41.65% from 497); Blue value is 117 (46.09% from 255 or 23.54% from 497); Max value from RGB is 207 - color contains mainly: green. Hex color #ADCF75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADCF75 is #52308A. Grayscale: #BABABA. Windows color (decimal): -5386379 or 7720877. OLE color: 7720877.

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

Color convert

RGB 173 207 117 -
CMYK 0.16 0 0.43 0.19
HSL 82.67º 0.48% 0.64% -
HSV(B) 82.67º 0.43% 0.81% -
XYZ 42.76 54.79 25.15 -
YUV 186.57 88.74 118.32 -
System Red Green Blue C M Y K H S L
Decimal 173 207 117 0.16 0 0.43 0.19 82.67 0.48 0.64
Hex AD CF 75 10 0 2B 13 53 30 40
Octal 255 317 165 20 0 53 23 123 60 100
Binary 10101101 11001111 1110101 10000 0 101011 10011 1010011 110000 1000000

Color Harmonies of #ADCF75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCF75

Black with #ADCF75

Text Example


Text Example

White with #ADCF75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCF75; }

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

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

background-color css

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

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

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

border-color css

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

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

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