Html Css Color HEX #AFD570 Caper

📋 copy color: '#AFD570'

red 175 ◦ green 213 ◦ blue 112

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

Shades of Caper #AFD570

Tints of Caper #AFD570

RGB

 RED value IS 175 (68.75% from 255) = 35%

 GREEN value IS 213 (83.59% from 255) = 42.6%

 BLUE value IS 112 (44.14% from 255) = 22.4%

R = 35%
G = 42.6%
B = 22.4%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#AFD570 (or 0xAFD570) is known color: Caper. HEX triplet: AF, D5 and 70. RGB value is (175,213,112). Sum of RGB (Red+Green+Blue) = 175+213+112=500 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35% from 500); Green value is 213 (83.59% from 255 or 42.6% from 500); Blue value is 112 (44.14% from 255 or 22.4% from 500); Max value from RGB is 213 - color contains mainly: green. Hex color #AFD570 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFD570 is #502A8F. Grayscale: #BEBEBE. Windows color (decimal): -5253776 or 7394735. OLE color: 7394735.

HSL color Cylindrical-coordinate representation of color #AFD570: hue angle of 82.57º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AFD570 is Cyan = 0.18, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB 175 213 112 -
CMYK 0.18 0 0.47 0.16
HSL 82.57º 0.55% 0.64% -
HSV(B) 82.57º 0.47% 0.84% -
XYZ 44.4 57.87 24.16 -
YUV 190.12 83.91 117.21 -
System Red Green Blue C M Y K H S L
Decimal 175 213 112 0.18 0 0.47 0.16 82.57 0.55 0.64
Hex AF D5 70 12 0 2F 10 53 37 40
Octal 257 325 160 22 0 57 20 123 67 100
Binary 10101111 11010101 1110000 10010 0 101111 10000 1010011 110111 1000000

Color Harmonies of #AFD570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD570

Black with #AFD570

Text Example


Text Example

White with #AFD570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD570; }

 p { color: rgb(175,213,112); }

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

background-color css

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

 a { background-color: rgb(175,213,112); }

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

border-color css

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

 span { border-color: rgb(175,213,112); }

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