Html Css Color HEX #48F974 Screamin' Green

📋 copy color: '#48F974'

red 72 ◦ green 249 ◦ blue 116

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

Shades of Screamin' Green #48F974

Tints of Screamin' Green #48F974

RGB

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

 GREEN value IS 249 (97.66% from 255) = 56.98%

 BLUE value IS 116 (45.7% from 255) = 26.54%

R = 16.48%
G = 56.98%
B = 26.54%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#48F974 (or 0x48F974) is known color: Screamin' Green. HEX triplet: 48, F9 and 74. RGB value is (72,249,116). Sum of RGB (Red+Green+Blue) = 72+249+116=437 (57% of max value = 765). Red value is 72 (28.52% from 255 or 16.48% from 437); Green value is 249 (97.66% from 255 or 56.98% from 437); Blue value is 116 (45.70% from 255 or 26.54% from 437); Max value from RGB is 249 - color contains mainly: green. Hex color #48F974 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #48F974 is #B7068B. Grayscale: #B5B5B5. Windows color (decimal): -11994764 or 7665992. OLE color: 7665992.

HSL color Cylindrical-coordinate representation of color #48F974: hue angle of 134.92º degrees, saturation: 0.94, 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 #48F974 is Cyan = 0.71, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.02.

Color convert

RGB 72 249 116 -
CMYK 0.71 0 0.53 0.02
HSL 134.92º 0.94% 0.63% -
HSV(B) 134.92º 0.71% 0.98% -
XYZ 39.7 70.39 28.02 -
YUV 180.92 91.36 50.31 -
System Red Green Blue C M Y K H S L
Decimal 72 249 116 0.71 0 0.53 0.02 134.92 0.94 0.63
Hex 48 F9 74 47 0 35 2 87 5E 3F
Octal 110 371 164 107 0 65 2 207 136 77
Binary 1001000 11111001 1110100 1000111 0 110101 10 10000111 1011110 111111

Color Harmonies of #48F974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48F974

Black with #48F974

Text Example


Text Example

White with #48F974

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,249,116); }

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

background-color css

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

 a { background-color: rgb(72,249,116); }

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

border-color css

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

 span { border-color: rgb(72,249,116); }

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