#42F055

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

Shades of Screamin' Green #42F055

Tints of Screamin' Green #42F055

Color information

#42F055 (or 0x42F055) is unknown color: approx Screamin' Green. HEX triplet: 42, F0 and 55. RGB value is (66,240,85). Sum of RGB (Red+Green+Blue) = 66+240+85=391 (51% of max value = 765). Red value is 66 (26.17% from 255 or 16.88% from 391); Green value is 240 (94.14% from 255 or 61.38% from 391); Blue value is 85 (33.59% from 255 or 21.74% from 391); Max value from RGB is 240 - color contains mainly: green. Hex color #42F055 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #42F055 is #BD0FAA. Grayscale: #AAAAAA. Windows color (decimal): -12390315 or 5632066. OLE color: 5632066.

HSL color Cylindrical-coordinate representation of color #42F055: hue angle of 126.55º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42F055 is Cyan = 0.72, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.06.

Color convert

RGB6624085-
CMYK0.7200.650.06
HSL126.55º85.29%60%-
HSV(B)126.55º72.5%94.12%-
XYZ35.0564.1319.13-
YUV170.379.8553.6-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 16.88%
GREEN value IS 240 (94.14% from 255) = 61.38%
BLUE value IS 85 (33.59% from 255) = 21.74%
R=16.88%
G=61.38%
B=21.74%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal66240850.7200.650.06126.5585.2960
Hex42F0554804167f553c
Octal1023601251100101617712574
Binary100001011110000101010110010000100000111011111111010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42F055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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