Html Css Color HEX #AFC57E Caper

📋 copy color: '#AFC57E'

red 175 ◦ green 197 ◦ blue 126

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

Shades of Caper #AFC57E

Tints of Caper #AFC57E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 25.3%

R = 35.14%
G = 39.56%
B = 25.3%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.36

 K value IS 0.23

RGB Variations

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

Color information

#AFC57E (or 0xAFC57E) is known color: Caper. HEX triplet: AF, C5 and 7E. RGB value is (175,197,126). Sum of RGB (Red+Green+Blue) = 175+197+126=498 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.14% from 498); Green value is 197 (77.34% from 255 or 39.56% from 498); Blue value is 126 (49.61% from 255 or 25.30% from 498); Max value from RGB is 197 - color contains mainly: green. Hex color #AFC57E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC57E is #503A81. Grayscale: #B6B6B6. Windows color (decimal): -5257858 or 8308143. OLE color: 8308143.

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

Color convert

RGB 175 197 126 -
CMYK 0.11 0 0.36 0.23
HSL 78.59º 0.38% 0.63% -
HSV(B) 78.59º 0.36% 0.77% -
XYZ 41.41 50.55 27.31 -
YUV 182.33 96.21 122.77 -
System Red Green Blue C M Y K H S L
Decimal 175 197 126 0.11 0 0.36 0.23 78.59 0.38 0.63
Hex AF C5 7E B 0 24 17 4F 26 3F
Octal 257 305 176 13 0 44 27 117 46 77
Binary 10101111 11000101 1111110 1011 0 100100 10111 1001111 100110 111111

Color Harmonies of #AFC57E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC57E

Black with #AFC57E

Text Example


Text Example

White with #AFC57E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC57E; }

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

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

background-color css

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

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

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

border-color css

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

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

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