Html Css Color HEX #AFCD71 Caper

📋 copy color: '#AFCD71'

red 175 ◦ green 205 ◦ blue 113

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

Shades of Caper #AFCD71

Tints of Caper #AFCD71

RGB

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

 GREEN value IS 205 (80.47% from 255) = 41.58%

 BLUE value IS 113 (44.53% from 255) = 22.92%

R = 35.5%
G = 41.58%
B = 22.92%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.45

 K value IS 0.20

RGB Variations

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

Color information

#AFCD71 (or 0xAFCD71) is known color: Caper. HEX triplet: AF, CD and 71. RGB value is (175,205,113). Sum of RGB (Red+Green+Blue) = 175+205+113=493 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.50% from 493); Green value is 205 (80.47% from 255 or 41.58% from 493); Blue value is 113 (44.53% from 255 or 22.92% from 493); Max value from RGB is 205 - color contains mainly: green. Hex color #AFCD71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFCD71 is #50328E. Grayscale: #B9B9B9. Windows color (decimal): -5255823 or 7458223. OLE color: 7458223.

HSL color Cylindrical-coordinate representation of color #AFCD71: hue angle of 79.57º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AFCD71 is Cyan = 0.15, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.20.

Color convert

RGB 175 205 113 -
CMYK 0.15 0 0.45 0.20
HSL 79.57º 0.48% 0.62% -
HSV(B) 79.57º 0.45% 0.8% -
XYZ 42.49 53.97 23.8 -
YUV 185.54 87.06 120.48 -
System Red Green Blue C M Y K H S L
Decimal 175 205 113 0.15 0 0.45 0.20 79.57 0.48 0.62
Hex AF CD 71 F 0 2D 14 50 30 3E
Octal 257 315 161 17 0 55 24 120 60 76
Binary 10101111 11001101 1110001 1111 0 101101 10100 1010000 110000 111110

Color Harmonies of #AFCD71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCD71

Black with #AFCD71

Text Example


Text Example

White with #AFCD71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCD71; }

 p { color: rgb(175,205,113); }

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

background-color css

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

 a { background-color: rgb(175,205,113); }

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

border-color css

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

 span { border-color: rgb(175,205,113); }

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