Html Css Color HEX #AFC577 Caper

📋 copy color: '#AFC577'

red 175 ◦ green 197 ◦ blue 119

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

Shades of Caper #AFC577

Tints of Caper #AFC577

RGB

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

 GREEN value IS 197 (77.34% from 255) = 40.12%

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

R = 35.64%
G = 40.12%
B = 24.24%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.40

 K value IS 0.23

RGB Variations

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

Color information

#AFC577 (or 0xAFC577) is known color: Caper. HEX triplet: AF, C5 and 77. RGB value is (175,197,119). Sum of RGB (Red+Green+Blue) = 175+197+119=491 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.64% from 491); Green value is 197 (77.34% from 255 or 40.12% from 491); Blue value is 119 (46.88% from 255 or 24.24% from 491); Max value from RGB is 197 - color contains mainly: green. Hex color #AFC577 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC577 is #503A88. Grayscale: #B5B5B5. Windows color (decimal): -5257865 or 7849391. OLE color: 7849391.

HSL color Cylindrical-coordinate representation of color #AFC577: hue angle of 76.92º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AFC577 is Cyan = 0.11, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.23.

Color convert

RGB 175 197 119 -
CMYK 0.11 0 0.40 0.23
HSL 76.92º 0.4% 0.62% -
HSV(B) 76.92º 0.4% 0.77% -
XYZ 40.98 50.38 25.02 -
YUV 181.53 92.71 123.34 -
System Red Green Blue C M Y K H S L
Decimal 175 197 119 0.11 0 0.40 0.23 76.92 0.4 0.62
Hex AF C5 77 B 0 28 17 4D 28 3E
Octal 257 305 167 13 0 50 27 115 50 76
Binary 10101111 11000101 1110111 1011 0 101000 10111 1001101 101000 111110

Color Harmonies of #AFC577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC577

Black with #AFC577

Text Example


Text Example

White with #AFC577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC577; }

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

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

background-color css

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

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

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

border-color css

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

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

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