Html Css Color HEX #AFC775 Caper

📋 copy color: '#AFC775'

red 175 ◦ green 199 ◦ blue 117

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

Shades of Caper #AFC775

Tints of Caper #AFC775

RGB

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

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

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

R = 35.64%
G = 40.53%
B = 23.83%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.41

 K value IS 0.22

RGB Variations

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

Color information

#AFC775 (or 0xAFC775) is known color: Caper. HEX triplet: AF, C7 and 75. RGB value is (175,199,117). Sum of RGB (Red+Green+Blue) = 175+199+117=491 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.64% from 491); Green value is 199 (78.12% from 255 or 40.53% from 491); Blue value is 117 (46.09% from 255 or 23.83% from 491); Max value from RGB is 199 - color contains mainly: green. Hex color #AFC775 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC775 is #50388A. Grayscale: #B6B6B6. Windows color (decimal): -5257355 or 7718831. OLE color: 7718831.

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

Color convert

RGB 175 199 117 -
CMYK 0.12 0 0.41 0.22
HSL 77.56º 0.42% 0.62% -
HSV(B) 77.56º 0.41% 0.78% -
XYZ 41.31 51.25 24.54 -
YUV 182.48 91.05 122.67 -
System Red Green Blue C M Y K H S L
Decimal 175 199 117 0.12 0 0.41 0.22 77.56 0.42 0.62
Hex AF C7 75 C 0 29 16 4E 2A 3E
Octal 257 307 165 14 0 51 26 116 52 76
Binary 10101111 11000111 1110101 1100 0 101001 10110 1001110 101010 111110

Color Harmonies of #AFC775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC775

Black with #AFC775

Text Example


Text Example

White with #AFC775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC775; }

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

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

background-color css

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

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

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

border-color css

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

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

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