Html Css Color HEX #AFD270 Caper

📋 copy color: '#AFD270'

red 175 ◦ green 210 ◦ blue 112

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

Shades of Caper #AFD270

Tints of Caper #AFD270

RGB

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

 GREEN value IS 210 (82.42% from 255) = 42.25%

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

R = 35.21%
G = 42.25%
B = 22.54%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#AFD270 (or 0xAFD270) is known color: Caper. HEX triplet: AF, D2 and 70. RGB value is (175,210,112). Sum of RGB (Red+Green+Blue) = 175+210+112=497 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.21% from 497); Green value is 210 (82.42% from 255 or 42.25% from 497); Blue value is 112 (44.14% from 255 or 22.54% from 497); Max value from RGB is 210 - color contains mainly: green. Hex color #AFD270 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFD270 is #502D8F. Grayscale: #BCBCBC. Windows color (decimal): -5254544 or 7393967. OLE color: 7393967.

HSL color Cylindrical-coordinate representation of color #AFD270: hue angle of 81.43º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AFD270 is Cyan = 0.17, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.18.

Color convert

RGB 175 210 112 -
CMYK 0.17 0 0.47 0.18
HSL 81.43º 0.52% 0.63% -
HSV(B) 81.43º 0.47% 0.82% -
XYZ 43.65 56.38 23.91 -
YUV 188.36 84.9 118.47 -
System Red Green Blue C M Y K H S L
Decimal 175 210 112 0.17 0 0.47 0.18 81.43 0.52 0.63
Hex AF D2 70 11 0 2F 12 51 34 3F
Octal 257 322 160 21 0 57 22 121 64 77
Binary 10101111 11010010 1110000 10001 0 101111 10010 1010001 110100 111111

Color Harmonies of #AFD270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD270

Black with #AFD270

Text Example


Text Example

White with #AFD270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD270; }

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

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

background-color css

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

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

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

border-color css

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

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

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