#8DF132

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

Shades of Green Yellow #8DF132

Tints of Green Yellow #8DF132

Color information

#8DF132 (or 0x8DF132) is unknown color: approx Green Yellow. HEX triplet: 8D, F1 and 32. RGB value is (141,241,50). Sum of RGB (Red+Green+Blue) = 141+241+50=432 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.64% from 432); Green value is 241 (94.53% from 255 or 55.79% from 432); Blue value is 50 (19.92% from 255 or 11.57% from 432); Max value from RGB is 241 - color contains mainly: green. Hex color #8DF132 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8DF132 is #720ECD. Grayscale: #BDBDBD. Windows color (decimal): -7474894 or 3338637. OLE color: 3338637.

HSL color Cylindrical-coordinate representation of color #8DF132: hue angle of 91.41º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8DF132 is Cyan = 0.41, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.05.

Color convert

RGB14124150-
CMYK0.4100.790.05
HSL91.41º87.21%57.06%-
HSV(B)91.41º79.25%94.51%-
XYZ43.0268.814.03-
YUV189.3349.3793.53-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 32.64%
GREEN value IS 241 (94.53% from 255) = 55.79%
BLUE value IS 50 (19.92% from 255) = 11.57%
R=32.64%
G=55.79%
B=11.57%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal141241500.4100.790.0591.4187.2157.06
Hex8DF1322904F55b5739
Octal21536162510117513312771
Binary10001101111100011100101010010100111110110110111010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DF132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,241,50); }

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

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

 a { background-color: rgb(141,241,50); }

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

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

 span { border-color: rgb(141,241,50); }

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