#AFED53

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

Shades of Conifer #AFED53

Tints of Conifer #AFED53

Color information

#AFED53 (or 0xAFED53) is unknown color: approx Conifer. HEX triplet: AF, ED and 53. RGB value is (175,237,83). Sum of RGB (Red+Green+Blue) = 175+237+83=495 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.35% from 495); Green value is 237 (92.97% from 255 or 47.88% from 495); Blue value is 83 (32.81% from 255 or 16.77% from 495); Max value from RGB is 237 - color contains mainly: green. Hex color #AFED53 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFED53 is #5012AC. Grayscale: #C9C9C9. Windows color (decimal): -5247661 or 5500335. OLE color: 5500335.

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

Color convert

RGB17523783-
CMYK0.2600.650.07
HSL84.16º81.05%62.75%-
HSV(B)84.16º64.98%92.94%-
XYZ49.5270.3119.14-
YUV200.9161.46109.52-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.35%
GREEN value IS 237 (92.97% from 255) = 47.88%
BLUE value IS 83 (32.81% from 255) = 16.77%
R=35.35%
G=47.88%
B=16.77%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal175237830.2600.650.0784.1681.0562.75
HexAFED531A041754513f
Octal257355123320101712412177
Binary10101111111011011010011110100100000111110101001010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFED53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFED53; }

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

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

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

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

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

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

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

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