Html Css Color HEX #AFC66F Caper

📋 copy color: '#AFC66F'

red 175 ◦ green 198 ◦ blue 111

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

Shades of Caper #AFC66F

Tints of Caper #AFC66F

RGB

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

 GREEN value IS 198 (77.73% from 255) = 40.91%

 BLUE value IS 111 (43.75% from 255) = 22.93%

R = 36.16%
G = 40.91%
B = 22.93%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#AFC66F (or 0xAFC66F) is known color: Caper. HEX triplet: AF, C6 and 6F. RGB value is (175,198,111). Sum of RGB (Red+Green+Blue) = 175+198+111=484 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.16% from 484); Green value is 198 (77.73% from 255 or 40.91% from 484); Blue value is 111 (43.75% from 255 or 22.93% from 484); Max value from RGB is 198 - color contains mainly: green. Hex color #AFC66F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC66F is #503990. Grayscale: #B5B5B5. Windows color (decimal): -5257617 or 7325359. OLE color: 7325359.

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

Color convert

RGB 175 198 111 -
CMYK 0.12 0 0.44 0.22
HSL 75.86º 0.43% 0.61% -
HSV(B) 75.86º 0.44% 0.78% -
XYZ 40.74 50.65 22.67 -
YUV 181.21 88.38 123.57 -
System Red Green Blue C M Y K H S L
Decimal 175 198 111 0.12 0 0.44 0.22 75.86 0.43 0.61
Hex AF C6 6F C 0 2C 16 4C 2B 3D
Octal 257 306 157 14 0 54 26 114 53 75
Binary 10101111 11000110 1101111 1100 0 101100 10110 1001100 101011 111101

Color Harmonies of #AFC66F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC66F

Black with #AFC66F

Text Example


Text Example

White with #AFC66F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC66F; }

 p { color: rgb(175,198,111); }

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

background-color css

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

 a { background-color: rgb(175,198,111); }

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

border-color css

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

 span { border-color: rgb(175,198,111); }

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