Html Css Color HEX #AFED49 Conifer

📋 copy color: '#AFED49'

red 175 ◦ green 237 ◦ blue 73

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

Shades of Conifer #AFED49

Tints of Conifer #AFED49

RGB

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

 GREEN value IS 237 (92.97% from 255) = 48.87%

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

R = 36.08%
G = 48.87%
B = 15.05%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#AFED49 (or 0xAFED49) is known color: Conifer. HEX triplet: AF, ED and 49. RGB value is (175,237,73). Sum of RGB (Red+Green+Blue) = 175+237+73=485 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.08% from 485); Green value is 237 (92.97% from 255 or 48.87% from 485); Blue value is 73 (28.91% from 255 or 15.05% from 485); Max value from RGB is 237 - color contains mainly: green. Hex color #AFED49 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFED49 is #5012B6. Grayscale: #C8C8C8. Windows color (decimal): -5247671 or 4844975. OLE color: 4844975.

HSL color Cylindrical-coordinate representation of color #AFED49: hue angle of 82.68º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AFED49 is Cyan = 0.26, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 237 73 -
CMYK 0.26 0 0.69 0.07
HSL 82.68º 0.82% 0.61% -
HSV(B) 82.68º 0.69% 0.93% -
XYZ 49.17 70.16 17.25 -
YUV 199.77 56.46 110.34 -
System Red Green Blue C M Y K H S L
Decimal 175 237 73 0.26 0 0.69 0.07 82.68 0.82 0.61
Hex AF ED 49 1A 0 45 7 53 52 3D
Octal 257 355 111 32 0 105 7 123 122 75
Binary 10101111 11101101 1001001 11010 0 1000101 111 1010011 1010010 111101

Color Harmonies of #AFED49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFED49

Black with #AFED49

Text Example


Text Example

White with #AFED49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFED49; }

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

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

background-color css

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

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

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

border-color css

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

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

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