#48FE69

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

Shades of Screamin' Green #48FE69

Tints of Screamin' Green #48FE69

Color information

#48FE69 (or 0x48FE69) is unknown color: approx Screamin' Green. HEX triplet: 48, FE and 69. RGB value is (72,254,105). Sum of RGB (Red+Green+Blue) = 72+254+105=431 (57% of max value = 765). Red value is 72 (28.52% from 255 or 16.71% from 431); Green value is 254 (99.61% from 255 or 58.93% from 431); Blue value is 105 (41.41% from 255 or 24.36% from 431); Max value from RGB is 254 - color contains mainly: green. Hex color #48FE69 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #48FE69 is #B70196. Grayscale: #B7B7B7. Windows color (decimal): -11993495 or 6946376. OLE color: 6946376.

HSL color Cylindrical-coordinate representation of color #48FE69: hue angle of 130.88º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #48FE69 is Cyan = 0.72, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.00.

Color convert

RGB72254105-
CMYK0.7200.590.00
HSL130.88º98.91%63.92%-
HSV(B)130.88º71.65%99.61%-
XYZ40.6673.2825.37-
YUV182.684.249.12-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 16.71%
GREEN value IS 254 (99.61% from 255) = 58.93%
BLUE value IS 105 (41.41% from 255) = 24.36%
R=16.71%
G=58.93%
B=24.36%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal722541050.7200.590.00130.8898.9163.92
Hex48FE694803B0836340
Octal1103761511100730203143100
Binary10010001111111011010011001000011101101000001111000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48FE69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,254,105); }

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

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

 a { background-color: rgb(72,254,105); }

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

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

 span { border-color: rgb(72,254,105); }

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