#AFED50

Color #AFED50 Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #AFED50

Tints of Conifer #AFED50

Color information

#AFED50 (or 0xAFED50) is unknown color: approx Conifer. HEX triplet: AF, ED and 50. RGB value is (175,237,80). Sum of RGB (Red+Green+Blue) = 175+237+80=492 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.57% from 492); Green value is 237 (92.97% from 255 or 48.17% from 492); Blue value is 80 (31.64% from 255 or 16.26% from 492); Max value from RGB is 237 - color contains mainly: green. Hex color #AFED50 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFED50 is #5012AF. Grayscale: #C9C9C9. Windows color (decimal): -5247664 or 5303727. OLE color: 5303727.

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

Color convert

RGB17523780-
CMYK0.2600.660.07
HSL83.69º81.35%62.16%-
HSV(B)83.69º66.24%92.94%-
XYZ49.4170.2618.55-
YUV200.5659.96109.77-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.57%
GREEN value IS 237 (92.97% from 255) = 48.17%
BLUE value IS 80 (31.64% from 255) = 16.26%
R=35.57%
G=48.17%
B=16.26%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal175237800.2600.660.0783.6981.3562.16
HexAFED501A042754513e
Octal257355120320102712412176
Binary10101111111011011010000110100100001011110101001010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFED50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFED50; }

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

 H1.HeaderClassName
 {
   color: #AFED50;
 }
 .AnyTagClassName
 {
   color: #AFED50;
 }
</style>
background-color css

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

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

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

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

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

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