Html Css Color HEX #ABCD7D Caper

📋 copy color: '#ABCD7D'

red 171 ◦ green 205 ◦ blue 125

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

Shades of Caper #ABCD7D

Tints of Caper #ABCD7D

RGB

 RED value IS 171 (67.19% from 255) = 34.13%

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

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

R = 34.13%
G = 40.92%
B = 24.95%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.39

 K value IS 0.20

RGB Variations

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

Color information

#ABCD7D (or 0xABCD7D) is known color: Caper. HEX triplet: AB, CD and 7D. RGB value is (171,205,125). Sum of RGB (Red+Green+Blue) = 171+205+125=501 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.13% from 501); Green value is 205 (80.47% from 255 or 40.92% from 501); Blue value is 125 (49.22% from 255 or 24.95% from 501); Max value from RGB is 205 - color contains mainly: green. Hex color #ABCD7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABCD7D is #543282. Grayscale: #BABABA. Windows color (decimal): -5517955 or 8244651. OLE color: 8244651.

HSL color Cylindrical-coordinate representation of color #ABCD7D: hue angle of 85.5º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ABCD7D is Cyan = 0.17, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.20.

Color convert

RGB 171 205 125 -
CMYK 0.17 0 0.39 0.20
HSL 85.5º 0.44% 0.65% -
HSV(B) 85.5º 0.39% 0.8% -
XYZ 42.33 53.8 27.56 -
YUV 185.71 93.74 117.5 -
System Red Green Blue C M Y K H S L
Decimal 171 205 125 0.17 0 0.39 0.20 85.5 0.44 0.65
Hex AB CD 7D 11 0 27 14 56 2C 41
Octal 253 315 175 21 0 47 24 126 54 101
Binary 10101011 11001101 1111101 10001 0 100111 10100 1010110 101100 1000001

Color Harmonies of #ABCD7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCD7D

Black with #ABCD7D

Text Example


Text Example

White with #ABCD7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCD7D; }

 p { color: rgb(171,205,125); }

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

background-color css

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

 a { background-color: rgb(171,205,125); }

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

border-color css

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

 span { border-color: rgb(171,205,125); }

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