Html Css Color HEX #AFCD73 Caper

📋 copy color: '#AFCD73'

red 175 ◦ green 205 ◦ blue 115

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

Shades of Caper #AFCD73

Tints of Caper #AFCD73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 23.23%

R = 35.35%
G = 41.41%
B = 23.23%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.44

 K value IS 0.20

RGB Variations

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

Color information

#AFCD73 (or 0xAFCD73) is known color: Caper. HEX triplet: AF, CD and 73. RGB value is (175,205,115). Sum of RGB (Red+Green+Blue) = 175+205+115=495 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.35% from 495); Green value is 205 (80.47% from 255 or 41.41% from 495); Blue value is 115 (45.31% from 255 or 23.23% from 495); Max value from RGB is 205 - color contains mainly: green. Hex color #AFCD73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFCD73 is #50328C. Grayscale: #BABABA. Windows color (decimal): -5255821 or 7589295. OLE color: 7589295.

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

Color convert

RGB 175 205 115 -
CMYK 0.15 0 0.44 0.20
HSL 80º 0.47% 0.63% -
HSV(B) 80º 0.44% 0.8% -
XYZ 42.61 54.01 24.4 -
YUV 185.77 88.06 120.32 -
System Red Green Blue C M Y K H S L
Decimal 175 205 115 0.15 0 0.44 0.20 80 0.47 0.63
Hex AF CD 73 F 0 2C 14 50 2F 3F
Octal 257 315 163 17 0 54 24 120 57 77
Binary 10101111 11001101 1110011 1111 0 101100 10100 1010000 101111 111111

Color Harmonies of #AFCD73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCD73

Black with #AFCD73

Text Example


Text Example

White with #AFCD73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCD73; }

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

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

background-color css

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

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

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

border-color css

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

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

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