Html Css Color HEX #AFC37D Caper

📋 copy color: '#AFC37D'

red 175 ◦ green 195 ◦ blue 125

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

Shades of Caper #AFC37D

Tints of Caper #AFC37D

RGB

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

 GREEN value IS 195 (76.56% from 255) = 39.39%

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

R = 35.35%
G = 39.39%
B = 25.25%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#AFC37D (or 0xAFC37D) is known color: Caper. HEX triplet: AF, C3 and 7D. RGB value is (175,195,125). Sum of RGB (Red+Green+Blue) = 175+195+125=495 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.35% from 495); Green value is 195 (76.56% from 255 or 39.39% from 495); Blue value is 125 (49.22% from 255 or 25.25% from 495); Max value from RGB is 195 - color contains mainly: green. Hex color #AFC37D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC37D is #503C82. Grayscale: #B5B5B5. Windows color (decimal): -5258371 or 8242095. OLE color: 8242095.

HSL color Cylindrical-coordinate representation of color #AFC37D: hue angle of 77.14º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AFC37D is Cyan = 0.10, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.24.

Color convert

RGB 175 195 125 -
CMYK 0.10 0 0.36 0.24
HSL 77.14º 0.37% 0.63% -
HSV(B) 77.14º 0.36% 0.76% -
XYZ 40.9 49.62 26.83 -
YUV 181.04 96.37 123.69 -
System Red Green Blue C M Y K H S L
Decimal 175 195 125 0.10 0 0.36 0.24 77.14 0.37 0.63
Hex AF C3 7D A 0 24 18 4D 25 3F
Octal 257 303 175 12 0 44 30 115 45 77
Binary 10101111 11000011 1111101 1010 0 100100 11000 1001101 100101 111111

Color Harmonies of #AFC37D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC37D

Black with #AFC37D

Text Example


Text Example

White with #AFC37D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC37D; }

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

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

background-color css

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

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

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

border-color css

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

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

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