Html Css Color HEX #48FA5E Screamin' Green

📋 copy color: '#48FA5E'

red 72 ◦ green 250 ◦ blue 94

#48FA5E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Screamin' Green #48FA5E

Tints of Screamin' Green #48FA5E

RGB

 RED value IS 72 (28.52% from 255) = 17.31%

 GREEN value IS 250 (98.05% from 255) = 60.1%

 BLUE value IS 94 (37.11% from 255) = 22.6%

R = 17.31%
G = 60.1%
B = 22.6%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#48FA5E (or 0x48FA5E) is known color: Screamin' Green. HEX triplet: 48, FA and 5E. RGB value is (72,250,94). Sum of RGB (Red+Green+Blue) = 72+250+94=416 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.31% from 416); Green value is 250 (98.05% from 255 or 60.10% from 416); Blue value is 94 (37.11% from 255 or 22.60% from 416); Max value from RGB is 250 - color contains mainly: green. Hex color #48FA5E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #48FA5E is #B705A1. Grayscale: #B3B3B3. Windows color (decimal): -11994530 or 6224456. OLE color: 6224456.

HSL color Cylindrical-coordinate representation of color #48FA5E: hue angle of 127.42º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #48FA5E is Cyan = 0.71, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.02.

Color convert

RGB 72 250 94 -
CMYK 0.71 0 0.62 0.02
HSL 127.42º 0.95% 0.63% -
HSV(B) 127.42º 0.71% 0.98% -
XYZ 38.88 70.56 22.16 -
YUV 178.99 80.03 51.68 -
System Red Green Blue C M Y K H S L
Decimal 72 250 94 0.71 0 0.62 0.02 127.42 0.95 0.63
Hex 48 FA 5E 47 0 3E 2 7F 5F 3F
Octal 110 372 136 107 0 76 2 177 137 77
Binary 1001000 11111010 1011110 1000111 0 111110 10 1111111 1011111 111111

Color Harmonies of #48FA5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48FA5E

Black with #48FA5E

Text Example


Text Example

White with #48FA5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,250,94); }

 H1.HeaderClassName
 {
   color: #48FA5E;
 }
 .AnyTagClassName
 {
   color: #48FA5E;
 }
</style>

background-color css

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

 a { background-color: rgb(72,250,94); }

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

border-color css

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

 span { border-color: rgb(72,250,94); }

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