Html Css Color HEX #AFC477 Caper

📋 copy color: '#AFC477'

red 175 ◦ green 196 ◦ blue 119

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

Shades of Caper #AFC477

Tints of Caper #AFC477

RGB

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

 GREEN value IS 196 (76.95% from 255) = 40%

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

R = 35.71%
G = 40%
B = 24.29%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.39

 K value IS 0.23

RGB Variations

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

Color information

#AFC477 (or 0xAFC477) is known color: Caper. HEX triplet: AF, C4 and 77. RGB value is (175,196,119). Sum of RGB (Red+Green+Blue) = 175+196+119=490 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.71% from 490); Green value is 196 (76.95% from 255 or 40% from 490); Blue value is 119 (46.88% from 255 or 24.29% from 490); Max value from RGB is 196 - color contains mainly: green. Hex color #AFC477 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC477 is #503B88. Grayscale: #B5B5B5. Windows color (decimal): -5258121 or 7849135. OLE color: 7849135.

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

Color convert

RGB 175 196 119 -
CMYK 0.11 0 0.39 0.23
HSL 76.36º 0.39% 0.62% -
HSV(B) 76.36º 0.39% 0.77% -
XYZ 40.75 49.93 24.94 -
YUV 180.94 93.04 123.76 -
System Red Green Blue C M Y K H S L
Decimal 175 196 119 0.11 0 0.39 0.23 76.36 0.39 0.62
Hex AF C4 77 B 0 27 17 4C 27 3E
Octal 257 304 167 13 0 47 27 114 47 76
Binary 10101111 11000100 1110111 1011 0 100111 10111 1001100 100111 111110

Color Harmonies of #AFC477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC477

Black with #AFC477

Text Example


Text Example

White with #AFC477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC477; }

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

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

background-color css

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

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

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

border-color css

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

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

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