#42EB55

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

Shades of Screamin' Green #42EB55

Tints of Screamin' Green #42EB55

Color information

#42EB55 (or 0x42EB55) is unknown color: approx Screamin' Green. HEX triplet: 42, EB and 55. RGB value is (66,235,85). Sum of RGB (Red+Green+Blue) = 66+235+85=386 (51% of max value = 765). Red value is 66 (26.17% from 255 or 17.10% from 386); Green value is 235 (92.19% from 255 or 60.88% from 386); Blue value is 85 (33.59% from 255 or 22.02% from 386); Max value from RGB is 235 - color contains mainly: green. Hex color #42EB55 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #42EB55 is #BD14AA. Grayscale: #A7A7A7. Windows color (decimal): -12391595 or 5630786. OLE color: 5630786.

HSL color Cylindrical-coordinate representation of color #42EB55: hue angle of 126.75º degrees, saturation: 0.81, 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 #42EB55 is Cyan = 0.72, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.08.

Color convert

RGB6623585-
CMYK0.7200.640.08
HSL126.75º80.86%59.02%-
HSV(B)126.75º71.91%92.16%-
XYZ33.5961.2318.64-
YUV167.3781.5155.7-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.10%
GREEN value IS 235 (92.19% from 255) = 60.88%
BLUE value IS 85 (33.59% from 255) = 22.02%
R=17.10%
G=60.88%
B=22.02%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal66235850.7200.640.08126.7580.8659.02
Hex42EB554804087f513b
Octal10235312511001001017712173
Binary1000010111010111010101100100001000000100011111111010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42EB55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,235,85); }

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

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

 a { background-color: rgb(66,235,85); }

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

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

 span { border-color: rgb(66,235,85); }

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