Html Css Color HEX #AFE449 Conifer

📋 copy color: '#AFE449'

red 175 ◦ green 228 ◦ blue 73

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

Shades of Conifer #AFE449

Tints of Conifer #AFE449

RGB

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

 GREEN value IS 228 (89.45% from 255) = 47.9%

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

R = 36.76%
G = 47.9%
B = 15.34%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.68

 K value IS 0.11

RGB Variations

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

Color information

#AFE449 (or 0xAFE449) is known color: Conifer. HEX triplet: AF, E4 and 49. RGB value is (175,228,73). Sum of RGB (Red+Green+Blue) = 175+228+73=476 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.76% from 476); Green value is 228 (89.45% from 255 or 47.90% from 476); Blue value is 73 (28.91% from 255 or 15.34% from 476); Max value from RGB is 228 - color contains mainly: green. Hex color #AFE449 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFE449 is #501BB6. Grayscale: #C3C3C3. Windows color (decimal): -5249975 or 4842671. OLE color: 4842671.

HSL color Cylindrical-coordinate representation of color #AFE449: hue angle of 80.52º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AFE449 is Cyan = 0.23, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.

Color convert

RGB 175 228 73 -
CMYK 0.23 0 0.68 0.11
HSL 80.52º 0.74% 0.59% -
HSV(B) 80.52º 0.68% 0.89% -
XYZ 46.63 65.08 16.41 -
YUV 194.48 59.44 114.1 -
System Red Green Blue C M Y K H S L
Decimal 175 228 73 0.23 0 0.68 0.11 80.52 0.74 0.59
Hex AF E4 49 17 0 44 B 51 4A 3B
Octal 257 344 111 27 0 104 13 121 112 73
Binary 10101111 11100100 1001001 10111 0 1000100 1011 1010001 1001010 111011

Color Harmonies of #AFE449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE449

Black with #AFE449

Text Example


Text Example

White with #AFE449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE449; }

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

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

background-color css

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

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

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

border-color css

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

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

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