Html Css Color HEX #AFC777 Caper

📋 copy color: '#AFC777'

red 175 ◦ green 199 ◦ blue 119

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

Shades of Caper #AFC777

Tints of Caper #AFC777

RGB

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

 GREEN value IS 199 (78.13% from 255) = 40.37%

 BLUE value IS 119 (46.88% from 255) = 24.14%

R = 35.5%
G = 40.37%
B = 24.14%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.40

 K value IS 0.22

RGB Variations

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

Color information

#AFC777 (or 0xAFC777) is known color: Caper. HEX triplet: AF, C7 and 77. RGB value is (175,199,119). Sum of RGB (Red+Green+Blue) = 175+199+119=493 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.50% from 493); Green value is 199 (78.12% from 255 or 40.37% from 493); Blue value is 119 (46.88% from 255 or 24.14% from 493); Max value from RGB is 199 - color contains mainly: green. Hex color #AFC777 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC777 is #503888. Grayscale: #B7B7B7. Windows color (decimal): -5257353 or 7849903. OLE color: 7849903.

HSL color Cylindrical-coordinate representation of color #AFC777: hue angle of 78º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AFC777 is Cyan = 0.12, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.22.

Color convert

RGB 175 199 119 -
CMYK 0.12 0 0.40 0.22
HSL 78º 0.42% 0.62% -
HSV(B) 78º 0.4% 0.78% -
XYZ 41.43 51.29 25.17 -
YUV 182.7 92.05 122.5 -
System Red Green Blue C M Y K H S L
Decimal 175 199 119 0.12 0 0.40 0.22 78 0.42 0.62
Hex AF C7 77 C 0 28 16 4E 2A 3E
Octal 257 307 167 14 0 50 26 116 52 76
Binary 10101111 11000111 1110111 1100 0 101000 10110 1001110 101010 111110

Color Harmonies of #AFC777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC777

Black with #AFC777

Text Example


Text Example

White with #AFC777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC777; }

 p { color: rgb(175,199,119); }

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

background-color css

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

 a { background-color: rgb(175,199,119); }

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

border-color css

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

 span { border-color: rgb(175,199,119); }

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