Html Css Color HEX #AFC782 Caper

📋 copy color: '#AFC782'

red 175 ◦ green 199 ◦ blue 130

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

Shades of Caper #AFC782

Tints of Caper #AFC782

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 25.79%

R = 34.72%
G = 39.48%
B = 25.79%

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

#AFC782 (or 0xAFC782) is known color: Caper. HEX triplet: AF, C7 and 82. RGB value is (175,199,130). Sum of RGB (Red+Green+Blue) = 175+199+130=504 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.72% from 504); Green value is 199 (78.12% from 255 or 39.48% from 504); Blue value is 130 (51.17% from 255 or 25.79% from 504); Max value from RGB is 199 - color contains mainly: green. Hex color #AFC782 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC782 is #50387D. Grayscale: #B8B8B8. Windows color (decimal): -5257342 or 8570799. OLE color: 8570799.

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

Color convert

RGB 175 199 130 -
CMYK 0.12 0 0.35 0.22
HSL 80.87º 0.38% 0.65% -
HSV(B) 80.87º 0.35% 0.78% -
XYZ 42.13 51.57 28.85 -
YUV 183.96 97.55 121.61 -
System Red Green Blue C M Y K H S L
Decimal 175 199 130 0.12 0 0.35 0.22 80.87 0.38 0.65
Hex AF C7 82 C 0 23 16 51 26 41
Octal 257 307 202 14 0 43 26 121 46 101
Binary 10101111 11000111 10000010 1100 0 100011 10110 1010001 100110 1000001

Color Harmonies of #AFC782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC782

Black with #AFC782

Text Example


Text Example

White with #AFC782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC782; }

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

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

background-color css

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

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

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

border-color css

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

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

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