Html Css Color HEX #AFC875 Caper

📋 copy color: '#AFC875'

red 175 ◦ green 200 ◦ blue 117

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

Shades of Caper #AFC875

Tints of Caper #AFC875

RGB

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

 GREEN value IS 200 (78.52% from 255) = 40.65%

 BLUE value IS 117 (46.09% from 255) = 23.78%

R = 35.57%
G = 40.65%
B = 23.78%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#AFC875 (or 0xAFC875) is known color: Caper. HEX triplet: AF, C8 and 75. RGB value is (175,200,117). Sum of RGB (Red+Green+Blue) = 175+200+117=492 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.57% from 492); Green value is 200 (78.52% from 255 or 40.65% from 492); Blue value is 117 (46.09% from 255 or 23.78% from 492); Max value from RGB is 200 - color contains mainly: green. Hex color #AFC875 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC875 is #50378A. Grayscale: #B7B7B7. Windows color (decimal): -5257099 or 7719087. OLE color: 7719087.

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

Color convert

RGB 175 200 117 -
CMYK 0.12 0 0.42 0.22
HSL 78.07º 0.43% 0.62% -
HSV(B) 78.07º 0.42% 0.78% -
XYZ 41.54 51.71 24.62 -
YUV 183.06 90.72 122.25 -
System Red Green Blue C M Y K H S L
Decimal 175 200 117 0.12 0 0.42 0.22 78.07 0.43 0.62
Hex AF C8 75 C 0 2A 16 4E 2B 3E
Octal 257 310 165 14 0 52 26 116 53 76
Binary 10101111 11001000 1110101 1100 0 101010 10110 1001110 101011 111110

Color Harmonies of #AFC875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC875

Black with #AFC875

Text Example


Text Example

White with #AFC875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC875; }

 p { color: rgb(175,200,117); }

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

background-color css

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

 a { background-color: rgb(175,200,117); }

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

border-color css

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

 span { border-color: rgb(175,200,117); }

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