Html Css Color HEX #AFD770 Caper

📋 copy color: '#AFD770'

red 175 ◦ green 215 ◦ blue 112

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

Shades of Caper #AFD770

Tints of Caper #AFD770

RGB

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

 GREEN value IS 215 (84.38% from 255) = 42.83%

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

R = 34.86%
G = 42.83%
B = 22.31%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#AFD770 (or 0xAFD770) is known color: Caper. HEX triplet: AF, D7 and 70. RGB value is (175,215,112). Sum of RGB (Red+Green+Blue) = 175+215+112=502 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.86% from 502); Green value is 215 (84.38% from 255 or 42.83% from 502); Blue value is 112 (44.14% from 255 or 22.31% from 502); Max value from RGB is 215 - color contains mainly: green. Hex color #AFD770 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFD770 is #50288F. Grayscale: #BFBFBF. Windows color (decimal): -5253264 or 7395247. OLE color: 7395247.

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

Color convert

RGB 175 215 112 -
CMYK 0.19 0 0.48 0.16
HSL 83.3º 0.56% 0.64% -
HSV(B) 83.3º 0.48% 0.84% -
XYZ 44.9 58.88 24.33 -
YUV 191.3 83.25 116.38 -
System Red Green Blue C M Y K H S L
Decimal 175 215 112 0.19 0 0.48 0.16 83.3 0.56 0.64
Hex AF D7 70 13 0 30 10 53 38 40
Octal 257 327 160 23 0 60 20 123 70 100
Binary 10101111 11010111 1110000 10011 0 110000 10000 1010011 111000 1000000

Color Harmonies of #AFD770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD770

Black with #AFD770

Text Example


Text Example

White with #AFD770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD770; }

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

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

background-color css

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

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

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

border-color css

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

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

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