Html Css Color HEX #AFD949 Conifer

📋 copy color: '#AFD949'

red 175 ◦ green 217 ◦ blue 73

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

Shades of Conifer #AFD949

Tints of Conifer #AFD949

RGB

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

 GREEN value IS 217 (85.16% from 255) = 46.67%

 BLUE value IS 73 (28.91% from 255) = 15.7%

R = 37.63%
G = 46.67%
B = 15.7%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#AFD949 (or 0xAFD949) is known color: Conifer. HEX triplet: AF, D9 and 49. RGB value is (175,217,73). Sum of RGB (Red+Green+Blue) = 175+217+73=465 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.63% from 465); Green value is 217 (85.16% from 255 or 46.67% from 465); Blue value is 73 (28.91% from 255 or 15.70% from 465); Max value from RGB is 217 - color contains mainly: green. Hex color #AFD949 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFD949 is #5026B6. Grayscale: #BCBCBC. Windows color (decimal): -5252791 or 4839855. OLE color: 4839855.

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

Color convert

RGB 175 217 73 -
CMYK 0.19 0 0.66 0.15
HSL 77.5º 0.65% 0.57% -
HSV(B) 77.5º 0.66% 0.85% -
XYZ 43.69 59.22 15.43 -
YUV 188.03 63.09 118.71 -
System Red Green Blue C M Y K H S L
Decimal 175 217 73 0.19 0 0.66 0.15 77.5 0.65 0.57
Hex AF D9 49 13 0 42 F 4E 41 39
Octal 257 331 111 23 0 102 17 116 101 71
Binary 10101111 11011001 1001001 10011 0 1000010 1111 1001110 1000001 111001

Color Harmonies of #AFD949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD949

Black with #AFD949

Text Example


Text Example

White with #AFD949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD949; }

 p { color: rgb(175,217,73); }

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

background-color css

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

 a { background-color: rgb(175,217,73); }

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

border-color css

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

 span { border-color: rgb(175,217,73); }

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