#AFED51

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

Shades of Conifer #AFED51

Tints of Conifer #AFED51

Color information

#AFED51 (or 0xAFED51) is unknown color: approx Conifer. HEX triplet: AF, ED and 51. RGB value is (175,237,81). Sum of RGB (Red+Green+Blue) = 175+237+81=493 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.50% from 493); Green value is 237 (92.97% from 255 or 48.07% from 493); Blue value is 81 (32.03% from 255 or 16.43% from 493); Max value from RGB is 237 - color contains mainly: green. Hex color #AFED51 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFED51 is #5012AE. Grayscale: #C9C9C9. Windows color (decimal): -5247663 or 5369263. OLE color: 5369263.

HSL color Cylindrical-coordinate representation of color #AFED51: hue angle of 83.85º 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 #AFED51 is Cyan = 0.26, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.07.

Color convert

RGB17523781-
CMYK0.2600.660.07
HSL83.85º81.25%62.35%-
HSV(B)83.85º65.82%92.94%-
XYZ49.4570.2818.74-
YUV200.6860.46109.68-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.50%
GREEN value IS 237 (92.97% from 255) = 48.07%
BLUE value IS 81 (32.03% from 255) = 16.43%
R=35.50%
G=48.07%
B=16.43%

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
Decimal175237810.2600.660.0783.8581.2562.35
HexAFED511A042754513e
Octal257355121320102712412176
Binary10101111111011011010001110100100001011110101001010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFED51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFED51; }

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

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

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

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

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

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

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

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