Html Css Color HEX #AFD863 Conifer

📋 copy color: '#AFD863'

red 175 ◦ green 216 ◦ blue 99

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

Shades of Conifer #AFD863

Tints of Conifer #AFD863

RGB

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

 GREEN value IS 216 (84.77% from 255) = 44.08%

 BLUE value IS 99 (39.06% from 255) = 20.2%

R = 35.71%
G = 44.08%
B = 20.2%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#AFD863 (or 0xAFD863) is known color: Conifer. HEX triplet: AF, D8 and 63. RGB value is (175,216,99). Sum of RGB (Red+Green+Blue) = 175+216+99=490 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.71% from 490); Green value is 216 (84.77% from 255 or 44.08% from 490); Blue value is 99 (39.06% from 255 or 20.20% from 490); Max value from RGB is 216 - color contains mainly: green. Hex color #AFD863 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFD863 is #50279C. Grayscale: #BEBEBE. Windows color (decimal): -5253021 or 6543535. OLE color: 6543535.

HSL color Cylindrical-coordinate representation of color #AFD863: hue angle of 81.03º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AFD863 is Cyan = 0.19, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.15.

Color convert

RGB 175 216 99 -
CMYK 0.19 0 0.54 0.15
HSL 81.03º 0.6% 0.62% -
HSV(B) 81.03º 0.54% 0.85% -
XYZ 44.49 59.13 20.87 -
YUV 190.4 76.42 117.01 -
System Red Green Blue C M Y K H S L
Decimal 175 216 99 0.19 0 0.54 0.15 81.03 0.6 0.62
Hex AF D8 63 13 0 36 F 51 3C 3E
Octal 257 330 143 23 0 66 17 121 74 76
Binary 10101111 11011000 1100011 10011 0 110110 1111 1010001 111100 111110

Color Harmonies of #AFD863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD863

Black with #AFD863

Text Example


Text Example

White with #AFD863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD863; }

 p { color: rgb(175,216,99); }

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

background-color css

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

 a { background-color: rgb(175,216,99); }

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

border-color css

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

 span { border-color: rgb(175,216,99); }

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