Html Css Color HEX #AFD376 Caper

📋 copy color: '#AFD376'

red 175 ◦ green 211 ◦ blue 118

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

Shades of Caper #AFD376

Tints of Caper #AFD376

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 23.41%

R = 34.72%
G = 41.87%
B = 23.41%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.44

 K value IS 0.17

RGB Variations

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

Color information

#AFD376 (or 0xAFD376) is known color: Caper. HEX triplet: AF, D3 and 76. RGB value is (175,211,118). Sum of RGB (Red+Green+Blue) = 175+211+118=504 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.72% from 504); Green value is 211 (82.81% from 255 or 41.87% from 504); Blue value is 118 (46.48% from 255 or 23.41% from 504); Max value from RGB is 211 - color contains mainly: green. Hex color #AFD376 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFD376 is #502C89. Grayscale: #BDBDBD. Windows color (decimal): -5254282 or 7787439. OLE color: 7787439.

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

Color convert

RGB 175 211 118 -
CMYK 0.17 0 0.44 0.17
HSL 83.23º 0.51% 0.65% -
HSV(B) 83.23º 0.44% 0.83% -
XYZ 44.24 57.01 25.81 -
YUV 189.63 87.57 117.56 -
System Red Green Blue C M Y K H S L
Decimal 175 211 118 0.17 0 0.44 0.17 83.23 0.51 0.65
Hex AF D3 76 11 0 2C 11 53 33 41
Octal 257 323 166 21 0 54 21 123 63 101
Binary 10101111 11010011 1110110 10001 0 101100 10001 1010011 110011 1000001

Color Harmonies of #AFD376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD376

Black with #AFD376

Text Example


Text Example

White with #AFD376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD376; }

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

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

background-color css

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

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

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

border-color css

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

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

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