Html Css Color HEX #AFCC73 Caper

📋 copy color: '#AFCC73'

red 175 ◦ green 204 ◦ blue 115

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

Shades of Caper #AFCC73

Tints of Caper #AFCC73

RGB

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

 GREEN value IS 204 (80.08% from 255) = 41.3%

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

R = 35.43%
G = 41.3%
B = 23.28%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.44

 K value IS 0.2

RGB Variations

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

Color information

#AFCC73 (or 0xAFCC73) is known color: Caper. HEX triplet: AF, CC and 73. RGB value is (175,204,115). Sum of RGB (Red+Green+Blue) = 175+204+115=494 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.43% from 494); Green value is 204 (80.08% from 255 or 41.30% from 494); Blue value is 115 (45.31% from 255 or 23.28% from 494); Max value from RGB is 204 - color contains mainly: green. Hex color #AFCC73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFCC73 is #50338C. Grayscale: #B9B9B9. Windows color (decimal): -5256077 or 7589039. OLE color: 7589039.

HSL color Cylindrical-coordinate representation of color #AFCC73: hue angle of 79.55º 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 #AFCC73 is Cyan = 0.14, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.2.

Color convert

RGB 175 204 115 -
CMYK 0.14 0 0.44 0.2
HSL 79.55º 0.47% 0.63% -
HSV(B) 79.55º 0.44% 0.8% -
XYZ 42.37 53.54 24.32 -
YUV 185.18 88.39 120.74 -
System Red Green Blue C M Y K H S L
Decimal 175 204 115 0.14 0 0.44 0.2 79.55 0.47 0.63
Hex AF CC 73 E 0 2C 14 50 2F 3F
Octal 257 314 163 16 0 54 24 120 57 77
Binary 10101111 11001100 1110011 1110 0 101100 10100 1010000 101111 111111

Color Harmonies of #AFCC73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCC73

Black with #AFCC73

Text Example


Text Example

White with #AFCC73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCC73; }

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

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

background-color css

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

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

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

border-color css

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

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

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