#8AFD41

Color #8AFD41 Green Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Yellow #8AFD41

Tints of Green Yellow #8AFD41

Color information

#8AFD41 (or 0x8AFD41) is unknown color: approx Green Yellow. HEX triplet: 8A, FD and 41. RGB value is (138,253,65). Sum of RGB (Red+Green+Blue) = 138+253+65=456 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.26% from 456); Green value is 253 (99.22% from 255 or 55.48% from 456); Blue value is 65 (25.78% from 255 or 14.25% from 456); Max value from RGB is 253 - color contains mainly: green. Hex color #8AFD41 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8AFD41 is #7502BE. Grayscale: #C5C5C5. Windows color (decimal): -7668415 or 4324746. OLE color: 4324746.

HSL color Cylindrical-coordinate representation of color #8AFD41: hue angle of 96.7º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8AFD41 is Cyan = 0.45, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.01.

Color convert

RGB13825365-
CMYK0.4500.740.01
HSL96.7º97.92%62.35%-
HSV(B)96.7º74.31%99.22%-
XYZ46.5676.0417.22-
YUV197.1853.485.79-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 30.26%
GREEN value IS 253 (99.22% from 255) = 55.48%
BLUE value IS 65 (25.78% from 255) = 14.25%
R=30.26%
G=55.48%
B=14.25%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal138253650.4500.740.0196.797.9262.35
Hex8AFD412D04A161623e
Octal212375101550112114114276
Binary1000101011111101100000110110101001010111000011100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AFD41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8AFD41; }

 p { color: rgb(138,253,65); }

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

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

 a { background-color: rgb(138,253,65); }

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

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

 span { border-color: rgb(138,253,65); }

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