#6EED48

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

Shades of Screamin' Green #6EED48

Tints of Screamin' Green #6EED48

Color information

#6EED48 (or 0x6EED48) is unknown color: approx Screamin' Green. HEX triplet: 6E, ED and 48. RGB value is (110,237,72). Sum of RGB (Red+Green+Blue) = 110+237+72=419 (55% of max value = 765). Red value is 110 (43.36% from 255 or 26.25% from 419); Green value is 237 (92.97% from 255 or 56.56% from 419); Blue value is 72 (28.52% from 255 or 17.18% from 419); Max value from RGB is 237 - color contains mainly: green. Hex color #6EED48 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #6EED48 is #9112B7. Grayscale: #B4B4B4. Windows color (decimal): -9507512 or 4779374. OLE color: 4779374.

HSL color Cylindrical-coordinate representation of color #6EED48: hue angle of 106.18º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6EED48 is Cyan = 0.54, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.07.

Color convert

RGB11023772-
CMYK0.5400.700.07
HSL106.18º82.09%60.59%-
HSV(B)106.18º69.62%92.94%-
XYZ37.8864.3516.56-
YUV180.2266.9277.92-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 26.25%
GREEN value IS 237 (92.97% from 255) = 56.56%
BLUE value IS 72 (28.52% from 255) = 17.18%
R=26.25%
G=56.56%
B=17.18%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal110237720.5400.700.07106.1882.0960.59
Hex6EED483604676a523d
Octal156355110660106715212275
Binary11011101110110110010001101100100011011111010101010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EED48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6EED48; }

 p { color: rgb(110,237,72); }

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

<style>
 a { background-color: #6EED48; }

 a { background-color: rgb(110,237,72); }

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

<style>
 span { border-color: #6EED48; }

 span { border-color: rgb(110,237,72); }

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