#5FEA42

Color #5FEA42 Screamin' Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Screamin' Green #5FEA42

Tints of Screamin' Green #5FEA42

Color information

#5FEA42 (or 0x5FEA42) is unknown color: approx Screamin' Green. HEX triplet: 5F, EA and 42. RGB value is (95,234,66). Sum of RGB (Red+Green+Blue) = 95+234+66=395 (52% of max value = 765). Red value is 95 (37.5% from 255 or 24.05% from 395); Green value is 234 (91.80% from 255 or 59.24% from 395); Blue value is 66 (26.17% from 255 or 16.71% from 395); Max value from RGB is 234 - color contains mainly: green. Hex color #5FEA42 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5FEA42 is #A015BD. Grayscale: #ADADAD. Windows color (decimal): -10491326 or 4385375. OLE color: 4385375.

HSL color Cylindrical-coordinate representation of color #5FEA42: hue angle of 109.64º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5FEA42 is Cyan = 0.59, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.08.

Color convert

RGB9523466-
CMYK0.5900.720.08
HSL109.64º80%58.82%-
HSV(B)109.64º71.79%91.76%-
XYZ35.1361.6715.21-
YUV173.2967.4572.16-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 24.05%
GREEN value IS 234 (91.80% from 255) = 59.24%
BLUE value IS 66 (26.17% from 255) = 16.71%
R=24.05%
G=59.24%
B=16.71%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal95234660.5900.720.08109.648058.82
Hex5FEA423B04886e503b
Octal1373521027301101015612073
Binary101111111101010100001011101101001000100011011101010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FEA42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5FEA42; }

 p { color: rgb(95,234,66); }

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

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

 a { background-color: rgb(95,234,66); }

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

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

 span { border-color: rgb(95,234,66); }

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