Html Css Color HEX #48F16D Screamin' Green

📋 copy color: '#48F16D'

red 72 ◦ green 241 ◦ blue 109

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

Shades of Screamin' Green #48F16D

Tints of Screamin' Green #48F16D

RGB

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

 GREEN value IS 241 (94.53% from 255) = 57.11%

 BLUE value IS 109 (42.97% from 255) = 25.83%

R = 17.06%
G = 57.11%
B = 25.83%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.55

 K value IS 0.05

RGB Variations

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

Color information

#48F16D (or 0x48F16D) is known color: Screamin' Green. HEX triplet: 48, F1 and 6D. RGB value is (72,241,109). Sum of RGB (Red+Green+Blue) = 72+241+109=422 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.06% from 422); Green value is 241 (94.53% from 255 or 57.11% from 422); Blue value is 109 (42.97% from 255 or 25.83% from 422); Max value from RGB is 241 - color contains mainly: green. Hex color #48F16D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #48F16D is #B70E92. Grayscale: #AFAFAF. Windows color (decimal): -11996819 or 7205192. OLE color: 7205192.

HSL color Cylindrical-coordinate representation of color #48F16D: hue angle of 133.14º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #48F16D is Cyan = 0.70, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.

Color convert

RGB 72 241 109 -
CMYK 0.70 0 0.55 0.05
HSL 133.14º 0.86% 0.61% -
HSV(B) 133.14º 0.7% 0.95% -
XYZ 36.89 65.39 25.15 -
YUV 175.42 90.51 54.23 -
System Red Green Blue C M Y K H S L
Decimal 72 241 109 0.70 0 0.55 0.05 133.14 0.86 0.61
Hex 48 F1 6D 46 0 37 5 85 56 3D
Octal 110 361 155 106 0 67 5 205 126 75
Binary 1001000 11110001 1101101 1000110 0 110111 101 10000101 1010110 111101

Color Harmonies of #48F16D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48F16D

Black with #48F16D

Text Example


Text Example

White with #48F16D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,241,109); }

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

background-color css

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

 a { background-color: rgb(72,241,109); }

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

border-color css

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

 span { border-color: rgb(72,241,109); }

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