#42E85D

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

Shades of Screamin' Green #42E85D

Tints of Screamin' Green #42E85D

Color information

#42E85D (or 0x42E85D) is unknown color: approx Screamin' Green. HEX triplet: 42, E8 and 5D. RGB value is (66,232,93). Sum of RGB (Red+Green+Blue) = 66+232+93=391 (51% of max value = 765). Red value is 66 (26.17% from 255 or 16.88% from 391); Green value is 232 (91.02% from 255 or 59.34% from 391); Blue value is 93 (36.72% from 255 or 23.79% from 391); Max value from RGB is 232 - color contains mainly: green. Hex color #42E85D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #42E85D is #BD17A2. Grayscale: #A6A6A6. Windows color (decimal): -12392355 or 6154306. OLE color: 6154306.

HSL color Cylindrical-coordinate representation of color #42E85D: hue angle of 129.76º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42E85D is Cyan = 0.72, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.09.

Color convert

RGB6623293-
CMYK0.7200.600.09
HSL129.76º78.3%58.43%-
HSV(B)129.76º71.55%90.98%-
XYZ33.0859.6620.13-
YUV166.5286.556.3-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 16.88%
GREEN value IS 232 (91.02% from 255) = 59.34%
BLUE value IS 93 (36.72% from 255) = 23.79%
R=16.88%
G=59.34%
B=23.79%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal66232930.7200.600.09129.7678.358.43
Hex42E85D4803C9824e3a
Octal1023501351100741120211672
Binary1000010111010001011101100100001111001001100000101001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42E85D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42E85D; }

 p { color: rgb(66,232,93); }

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

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

 a { background-color: rgb(66,232,93); }

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

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

 span { border-color: rgb(66,232,93); }

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