Html Css Color HEX #AFC58D Caper

📋 copy color: '#AFC58D'

red 175 ◦ green 197 ◦ blue 141

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

Shades of Caper #AFC58D

Tints of Caper #AFC58D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 27.49%

R = 34.11%
G = 38.4%
B = 27.49%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.28

 K value IS 0.23

RGB Variations

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

Color information

#AFC58D (or 0xAFC58D) is known color: Caper. HEX triplet: AF, C5 and 8D. RGB value is (175,197,141). Sum of RGB (Red+Green+Blue) = 175+197+141=513 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.11% from 513); Green value is 197 (77.34% from 255 or 38.40% from 513); Blue value is 141 (55.47% from 255 or 27.49% from 513); Max value from RGB is 197 - color contains mainly: green. Hex color #AFC58D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC58D is #503A72. Grayscale: #B8B8B8. Windows color (decimal): -5257843 or 9291183. OLE color: 9291183.

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

Color convert

RGB 175 197 141 -
CMYK 0.11 0 0.28 0.23
HSL 83.57º 0.33% 0.66% -
HSV(B) 83.57º 0.28% 0.77% -
XYZ 42.45 50.97 32.8 -
YUV 184.04 103.71 121.55 -
System Red Green Blue C M Y K H S L
Decimal 175 197 141 0.11 0 0.28 0.23 83.57 0.33 0.66
Hex AF C5 8D B 0 1C 17 54 21 42
Octal 257 305 215 13 0 34 27 124 41 102
Binary 10101111 11000101 10001101 1011 0 11100 10111 1010100 100001 1000010

Color Harmonies of #AFC58D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC58D

Black with #AFC58D

Text Example


Text Example

White with #AFC58D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC58D; }

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

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

background-color css

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

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

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

border-color css

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

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

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