Html Css Color HEX #AFD449 Conifer

📋 copy color: '#AFD449'

red 175 ◦ green 212 ◦ blue 73

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

Shades of Conifer #AFD449

Tints of Conifer #AFD449

RGB

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

 GREEN value IS 212 (83.2% from 255) = 46.09%

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

R = 38.04%
G = 46.09%
B = 15.87%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.66

 K value IS 0.17

RGB Variations

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

Color information

#AFD449 (or 0xAFD449) is known color: Conifer. HEX triplet: AF, D4 and 49. RGB value is (175,212,73). Sum of RGB (Red+Green+Blue) = 175+212+73=460 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.04% from 460); Green value is 212 (83.20% from 255 or 46.09% from 460); Blue value is 73 (28.91% from 255 or 15.87% from 460); Max value from RGB is 212 - color contains mainly: green. Hex color #AFD449 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFD449 is #502BB6. Grayscale: #B9B9B9. Windows color (decimal): -5254071 or 4838575. OLE color: 4838575.

HSL color Cylindrical-coordinate representation of color #AFD449: hue angle of 75.97º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AFD449 is Cyan = 0.17, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.17.

Color convert

RGB 175 212 73 -
CMYK 0.17 0 0.66 0.17
HSL 75.97º 0.62% 0.56% -
HSV(B) 75.97º 0.66% 0.83% -
XYZ 42.43 56.68 15.01 -
YUV 185.09 64.74 120.8 -
System Red Green Blue C M Y K H S L
Decimal 175 212 73 0.17 0 0.66 0.17 75.97 0.62 0.56
Hex AF D4 49 11 0 42 11 4C 3E 38
Octal 257 324 111 21 0 102 21 114 76 70
Binary 10101111 11010100 1001001 10001 0 1000010 10001 1001100 111110 111000

Color Harmonies of #AFD449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD449

Black with #AFD449

Text Example


Text Example

White with #AFD449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD449; }

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

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

background-color css

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

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

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

border-color css

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

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

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