Html Css Color HEX #AFC67F Caper

📋 copy color: '#AFC67F'

red 175 ◦ green 198 ◦ blue 127

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

Shades of Caper #AFC67F

Tints of Caper #AFC67F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 25.4%

R = 35%
G = 39.6%
B = 25.4%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#AFC67F (or 0xAFC67F) is known color: Caper. HEX triplet: AF, C6 and 7F. RGB value is (175,198,127). Sum of RGB (Red+Green+Blue) = 175+198+127=500 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35% from 500); Green value is 198 (77.73% from 255 or 39.6% from 500); Blue value is 127 (50% from 255 or 25.4% from 500); Max value from RGB is 198 - color contains mainly: green. Hex color #AFC67F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC67F is #503980. Grayscale: #B7B7B7. Windows color (decimal): -5257601 or 8373935. OLE color: 8373935.

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

Color convert

RGB 175 198 127 -
CMYK 0.12 0 0.36 0.22
HSL 79.44º 0.38% 0.64% -
HSV(B) 79.44º 0.36% 0.78% -
XYZ 41.7 51.03 27.73 -
YUV 183.03 96.38 122.27 -
System Red Green Blue C M Y K H S L
Decimal 175 198 127 0.12 0 0.36 0.22 79.44 0.38 0.64
Hex AF C6 7F C 0 24 16 4F 26 40
Octal 257 306 177 14 0 44 26 117 46 100
Binary 10101111 11000110 1111111 1100 0 100100 10110 1001111 100110 1000000

Color Harmonies of #AFC67F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC67F

Black with #AFC67F

Text Example


Text Example

White with #AFC67F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC67F; }

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

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

background-color css

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

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

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

border-color css

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

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

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