Html Css Color HEX #AFD372 Caper

📋 copy color: '#AFD372'

red 175 ◦ green 211 ◦ blue 114

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

Shades of Caper #AFD372

Tints of Caper #AFD372

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 22.8%

R = 35%
G = 42.2%
B = 22.8%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.46

 K value IS 0.17

RGB Variations

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

Color information

#AFD372 (or 0xAFD372) is known color: Caper. HEX triplet: AF, D3 and 72. RGB value is (175,211,114). Sum of RGB (Red+Green+Blue) = 175+211+114=500 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35% from 500); Green value is 211 (82.81% from 255 or 42.2% from 500); Blue value is 114 (44.92% from 255 or 22.8% from 500); Max value from RGB is 211 - color contains mainly: green. Hex color #AFD372 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFD372 is #502C8D. Grayscale: #BDBDBD. Windows color (decimal): -5254286 or 7525295. OLE color: 7525295.

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

Color convert

RGB 175 211 114 -
CMYK 0.17 0 0.46 0.17
HSL 82.27º 0.52% 0.64% -
HSV(B) 82.27º 0.46% 0.83% -
XYZ 44.01 56.92 24.59 -
YUV 189.18 85.57 117.89 -
System Red Green Blue C M Y K H S L
Decimal 175 211 114 0.17 0 0.46 0.17 82.27 0.52 0.64
Hex AF D3 72 11 0 2E 11 52 34 40
Octal 257 323 162 21 0 56 21 122 64 100
Binary 10101111 11010011 1110010 10001 0 101110 10001 1010010 110100 1000000

Color Harmonies of #AFD372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD372

Black with #AFD372

Text Example


Text Example

White with #AFD372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD372; }

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

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

background-color css

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

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

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

border-color css

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

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

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