Html Css Color HEX #AFC57D Caper

📋 copy color: '#AFC57D'

red 175 ◦ green 197 ◦ blue 125

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

Shades of Caper #AFC57D

Tints of Caper #AFC57D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 25.15%

R = 35.21%
G = 39.64%
B = 25.15%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.37

 K value IS 0.23

RGB Variations

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

Color information

#AFC57D (or 0xAFC57D) is known color: Caper. HEX triplet: AF, C5 and 7D. RGB value is (175,197,125). Sum of RGB (Red+Green+Blue) = 175+197+125=497 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.21% from 497); Green value is 197 (77.34% from 255 or 39.64% from 497); Blue value is 125 (49.22% from 255 or 25.15% from 497); Max value from RGB is 197 - color contains mainly: green. Hex color #AFC57D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC57D is #503A82. Grayscale: #B6B6B6. Windows color (decimal): -5257859 or 8242607. OLE color: 8242607.

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

Color convert

RGB 175 197 125 -
CMYK 0.11 0 0.37 0.23
HSL 78.33º 0.38% 0.63% -
HSV(B) 78.33º 0.37% 0.77% -
XYZ 41.35 50.53 26.98 -
YUV 182.21 95.71 122.85 -
System Red Green Blue C M Y K H S L
Decimal 175 197 125 0.11 0 0.37 0.23 78.33 0.38 0.63
Hex AF C5 7D B 0 25 17 4E 26 3F
Octal 257 305 175 13 0 45 27 116 46 77
Binary 10101111 11000101 1111101 1011 0 100101 10111 1001110 100110 111111

Color Harmonies of #AFC57D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC57D

Black with #AFC57D

Text Example


Text Example

White with #AFC57D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC57D; }

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

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

background-color css

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

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

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

border-color css

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

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

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