#48EF67

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

Shades of Screamin' Green #48EF67

Tints of Screamin' Green #48EF67

Color information

#48EF67 (or 0x48EF67) is unknown color: approx Screamin' Green. HEX triplet: 48, EF and 67. RGB value is (72,239,103). Sum of RGB (Red+Green+Blue) = 72+239+103=414 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.39% from 414); Green value is 239 (93.75% from 255 or 57.73% from 414); Blue value is 103 (40.62% from 255 or 24.88% from 414); Max value from RGB is 239 - color contains mainly: green. Hex color #48EF67 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #48EF67 is #B71098. Grayscale: #ADADAD. Windows color (decimal): -11997337 or 6811464. OLE color: 6811464.

HSL color Cylindrical-coordinate representation of color #48EF67: hue angle of 131.14º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #48EF67 is Cyan = 0.70, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.06.

Color convert

RGB72239103-
CMYK0.7000.570.06
HSL131.14º83.92%60.98%-
HSV(B)131.14º69.87%93.73%-
XYZ35.9964.0923.31-
YUV173.5688.1755.56-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 17.39%
GREEN value IS 239 (93.75% from 255) = 57.73%
BLUE value IS 103 (40.62% from 255) = 24.88%
R=17.39%
G=57.73%
B=24.88%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal722391030.7000.570.06131.1483.9260.98
Hex48EF6746039683543d
Octal110357147106071620312475
Binary100100011101111110011110001100111001110100000111010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48EF67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48EF67; }

 p { color: rgb(72,239,103); }

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

<style>
 a { background-color: #48EF67; }

 a { background-color: rgb(72,239,103); }

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

<style>
 span { border-color: #48EF67; }

 span { border-color: rgb(72,239,103); }

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