Html Css Color HEX #ABCD75 Caper

📋 copy color: '#ABCD75'

red 171 ◦ green 205 ◦ blue 117

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

Shades of Caper #ABCD75

Tints of Caper #ABCD75

RGB

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

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

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

R = 34.69%
G = 41.58%
B = 23.73%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.43

 K value IS 0.20

RGB Variations

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

Color information

#ABCD75 (or 0xABCD75) is known color: Caper. HEX triplet: AB, CD and 75. RGB value is (171,205,117). Sum of RGB (Red+Green+Blue) = 171+205+117=493 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.69% from 493); Green value is 205 (80.47% from 255 or 41.58% from 493); Blue value is 117 (46.09% from 255 or 23.73% from 493); Max value from RGB is 205 - color contains mainly: green. Hex color #ABCD75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABCD75 is #54328A. Grayscale: #B9B9B9. Windows color (decimal): -5517963 or 7720363. OLE color: 7720363.

HSL color Cylindrical-coordinate representation of color #ABCD75: hue angle of 83.18º 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 #ABCD75 is Cyan = 0.17, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.20.

Color convert

RGB 171 205 117 -
CMYK 0.17 0 0.43 0.20
HSL 83.18º 0.47% 0.63% -
HSV(B) 83.18º 0.43% 0.8% -
XYZ 41.84 53.6 24.97 -
YUV 184.8 89.74 118.16 -
System Red Green Blue C M Y K H S L
Decimal 171 205 117 0.17 0 0.43 0.20 83.18 0.47 0.63
Hex AB CD 75 11 0 2B 14 53 2F 3F
Octal 253 315 165 21 0 53 24 123 57 77
Binary 10101011 11001101 1110101 10001 0 101011 10100 1010011 101111 111111

Color Harmonies of #ABCD75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCD75

Black with #ABCD75

Text Example


Text Example

White with #ABCD75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCD75; }

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

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

background-color css

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

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

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

border-color css

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

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

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