Html Css Color HEX #AFC36F Caper

📋 copy color: '#AFC36F'

red 175 ◦ green 195 ◦ blue 111

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

Shades of Caper #AFC36F

Tints of Caper #AFC36F

RGB

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

 GREEN value IS 195 (76.56% from 255) = 40.54%

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

R = 36.38%
G = 40.54%
B = 23.08%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#AFC36F (or 0xAFC36F) is known color: Caper. HEX triplet: AF, C3 and 6F. RGB value is (175,195,111). Sum of RGB (Red+Green+Blue) = 175+195+111=481 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.38% from 481); Green value is 195 (76.56% from 255 or 40.54% from 481); Blue value is 111 (43.75% from 255 or 23.08% from 481); Max value from RGB is 195 - color contains mainly: green. Hex color #AFC36F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC36F is #503C90. Grayscale: #B3B3B3. Windows color (decimal): -5258385 or 7324591. OLE color: 7324591.

HSL color Cylindrical-coordinate representation of color #AFC36F: hue angle of 74.29º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AFC36F is Cyan = 0.10, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.24.

Color convert

RGB 175 195 111 -
CMYK 0.10 0 0.43 0.24
HSL 74.29º 0.41% 0.6% -
HSV(B) 74.29º 0.43% 0.76% -
XYZ 40.06 49.29 22.44 -
YUV 179.44 89.37 124.83 -
System Red Green Blue C M Y K H S L
Decimal 175 195 111 0.10 0 0.43 0.24 74.29 0.41 0.6
Hex AF C3 6F A 0 2B 18 4A 29 3C
Octal 257 303 157 12 0 53 30 112 51 74
Binary 10101111 11000011 1101111 1010 0 101011 11000 1001010 101001 111100

Color Harmonies of #AFC36F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC36F

Black with #AFC36F

Text Example


Text Example

White with #AFC36F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC36F; }

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

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

background-color css

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

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

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

border-color css

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

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

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