Html Css Color HEX #AFC781 Caper

📋 copy color: '#AFC781'

red 175 ◦ green 199 ◦ blue 129

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

Shades of Caper #AFC781

Tints of Caper #AFC781

RGB

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

 GREEN value IS 199 (78.13% from 255) = 39.56%

 BLUE value IS 129 (50.78% from 255) = 25.65%

R = 34.79%
G = 39.56%
B = 25.65%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.35

 K value IS 0.22

RGB Variations

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

Color information

#AFC781 (or 0xAFC781) is known color: Caper. HEX triplet: AF, C7 and 81. RGB value is (175,199,129). Sum of RGB (Red+Green+Blue) = 175+199+129=503 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.79% from 503); Green value is 199 (78.12% from 255 or 39.56% from 503); Blue value is 129 (50.78% from 255 or 25.65% from 503); Max value from RGB is 199 - color contains mainly: green. Hex color #AFC781 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC781 is #50387E. Grayscale: #B8B8B8. Windows color (decimal): -5257343 or 8505263. OLE color: 8505263.

HSL color Cylindrical-coordinate representation of color #AFC781: hue angle of 80.57º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AFC781 is Cyan = 0.12, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.22.

Color convert

RGB 175 199 129 -
CMYK 0.12 0 0.35 0.22
HSL 80.57º 0.38% 0.64% -
HSV(B) 80.57º 0.35% 0.78% -
XYZ 42.07 51.55 28.5 -
YUV 183.84 97.05 121.69 -
System Red Green Blue C M Y K H S L
Decimal 175 199 129 0.12 0 0.35 0.22 80.57 0.38 0.64
Hex AF C7 81 C 0 23 16 51 26 40
Octal 257 307 201 14 0 43 26 121 46 100
Binary 10101111 11000111 10000001 1100 0 100011 10110 1010001 100110 1000000

Color Harmonies of #AFC781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC781

Black with #AFC781

Text Example


Text Example

White with #AFC781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC781; }

 p { color: rgb(175,199,129); }

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

background-color css

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

 a { background-color: rgb(175,199,129); }

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

border-color css

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

 span { border-color: rgb(175,199,129); }

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