Html Css Color HEX #AFD37B Caper

📋 copy color: '#AFD37B'

red 175 ◦ green 211 ◦ blue 123

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

Shades of Caper #AFD37B

Tints of Caper #AFD37B

RGB

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

 GREEN value IS 211 (82.81% from 255) = 41.45%

 BLUE value IS 123 (48.44% from 255) = 24.17%

R = 34.38%
G = 41.45%
B = 24.17%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.42

 K value IS 0.17

RGB Variations

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

Color information

#AFD37B (or 0xAFD37B) is known color: Caper. HEX triplet: AF, D3 and 7B. RGB value is (175,211,123). Sum of RGB (Red+Green+Blue) = 175+211+123=509 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.38% from 509); Green value is 211 (82.81% from 255 or 41.45% from 509); Blue value is 123 (48.44% from 255 or 24.17% from 509); Max value from RGB is 211 - color contains mainly: green. Hex color #AFD37B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFD37B is #502C84. Grayscale: #BEBEBE. Windows color (decimal): -5254277 or 8115119. OLE color: 8115119.

HSL color Cylindrical-coordinate representation of color #AFD37B: hue angle of 84.55º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AFD37B is Cyan = 0.17, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.17.

Color convert

RGB 175 211 123 -
CMYK 0.17 0 0.42 0.17
HSL 84.55º 0.5% 0.65% -
HSV(B) 84.55º 0.42% 0.83% -
XYZ 44.55 57.13 27.42 -
YUV 190.2 90.07 117.16 -
System Red Green Blue C M Y K H S L
Decimal 175 211 123 0.17 0 0.42 0.17 84.55 0.5 0.65
Hex AF D3 7B 11 0 2A 11 55 32 41
Octal 257 323 173 21 0 52 21 125 62 101
Binary 10101111 11010011 1111011 10001 0 101010 10001 1010101 110010 1000001

Color Harmonies of #AFD37B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD37B

Black with #AFD37B

Text Example


Text Example

White with #AFD37B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD37B; }

 p { color: rgb(175,211,123); }

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

background-color css

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

 a { background-color: rgb(175,211,123); }

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

border-color css

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

 span { border-color: rgb(175,211,123); }

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