Html Css Color HEX #ADCD75 Caper

📋 copy color: '#ADCD75'

red 173 ◦ green 205 ◦ blue 117

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

Shades of Caper #ADCD75

Tints of Caper #ADCD75

RGB

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

 GREEN value IS 205 (80.47% from 255) = 41.41%

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

R = 34.95%
G = 41.41%
B = 23.64%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.43

 K value IS 0.20

RGB Variations

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

Color information

#ADCD75 (or 0xADCD75) is known color: Caper. HEX triplet: AD, CD and 75. RGB value is (173,205,117). Sum of RGB (Red+Green+Blue) = 173+205+117=495 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.95% from 495); Green value is 205 (80.47% from 255 or 41.41% from 495); Blue value is 117 (46.09% from 255 or 23.64% from 495); Max value from RGB is 205 - color contains mainly: green. Hex color #ADCD75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADCD75 is #52328A. Grayscale: #B9B9B9. Windows color (decimal): -5386891 or 7720365. OLE color: 7720365.

HSL color Cylindrical-coordinate representation of color #ADCD75: hue angle of 81.82º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ADCD75 is Cyan = 0.16, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.20.

Color convert

RGB 173 205 117 -
CMYK 0.16 0 0.43 0.20
HSL 81.82º 0.47% 0.63% -
HSV(B) 81.82º 0.43% 0.8% -
XYZ 42.28 53.83 24.99 -
YUV 185.4 89.4 119.16 -
System Red Green Blue C M Y K H S L
Decimal 173 205 117 0.16 0 0.43 0.20 81.82 0.47 0.63
Hex AD CD 75 10 0 2B 14 52 2F 3F
Octal 255 315 165 20 0 53 24 122 57 77
Binary 10101101 11001101 1110101 10000 0 101011 10100 1010010 101111 111111

Color Harmonies of #ADCD75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCD75

Black with #ADCD75

Text Example


Text Example

White with #ADCD75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCD75; }

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

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

background-color css

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

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

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

border-color css

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

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

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