Html Css Color HEX #ADCF7D Caper

📋 copy color: '#ADCF7D'

red 173 ◦ green 207 ◦ blue 125

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

Shades of Caper #ADCF7D

Tints of Caper #ADCF7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 24.75%

R = 34.26%
G = 40.99%
B = 24.75%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.40

 K value IS 0.19

RGB Variations

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

Color information

#ADCF7D (or 0xADCF7D) is known color: Caper. HEX triplet: AD, CF and 7D. RGB value is (173,207,125). Sum of RGB (Red+Green+Blue) = 173+207+125=505 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.26% from 505); Green value is 207 (81.25% from 255 or 40.99% from 505); Blue value is 125 (49.22% from 255 or 24.75% from 505); Max value from RGB is 207 - color contains mainly: green. Hex color #ADCF7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADCF7D is #523082. Grayscale: #BBBBBB. Windows color (decimal): -5386371 or 8245165. OLE color: 8245165.

HSL color Cylindrical-coordinate representation of color #ADCF7D: hue angle of 84.88º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ADCF7D is Cyan = 0.16, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.19.

Color convert

RGB 173 207 125 -
CMYK 0.16 0 0.40 0.19
HSL 84.88º 0.46% 0.65% -
HSV(B) 84.88º 0.4% 0.81% -
XYZ 43.25 54.99 27.74 -
YUV 187.49 92.74 117.67 -
System Red Green Blue C M Y K H S L
Decimal 173 207 125 0.16 0 0.40 0.19 84.88 0.46 0.65
Hex AD CF 7D 10 0 28 13 55 2E 41
Octal 255 317 175 20 0 50 23 125 56 101
Binary 10101101 11001111 1111101 10000 0 101000 10011 1010101 101110 1000001

Color Harmonies of #ADCF7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCF7D

Black with #ADCF7D

Text Example


Text Example

White with #ADCF7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCF7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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