Html Css Color HEX #48F845 Screamin' Green

📋 copy color: '#48F845'

red 72 ◦ green 248 ◦ blue 69

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

Shades of Screamin' Green #48F845

Tints of Screamin' Green #48F845

RGB

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

 GREEN value IS 248 (97.27% from 255) = 63.75%

 BLUE value IS 69 (27.34% from 255) = 17.74%

R = 18.51%
G = 63.75%
B = 17.74%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.72

 K value IS 0.03

RGB Variations

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

Color information

#48F845 (or 0x48F845) is known color: Screamin' Green. HEX triplet: 48, F8 and 45. RGB value is (72,248,69). Sum of RGB (Red+Green+Blue) = 72+248+69=389 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.51% from 389); Green value is 248 (97.27% from 255 or 63.75% from 389); Blue value is 69 (27.34% from 255 or 17.74% from 389); Max value from RGB is 248 - color contains mainly: green. Hex color #48F845 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #48F845 is #B707BA. Grayscale: #AFAFAF. Windows color (decimal): -11995067 or 4585544. OLE color: 4585544.

HSL color Cylindrical-coordinate representation of color #48F845: hue angle of 118.99º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #48F845 is Cyan = 0.71, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.03.

Color convert

RGB 72 248 69 -
CMYK 0.71 0 0.72 0.03
HSL 118.99º 0.93% 0.62% -
HSV(B) 118.99º 0.72% 0.97% -
XYZ 37.31 68.94 16.97 -
YUV 174.97 68.19 54.55 -
System Red Green Blue C M Y K H S L
Decimal 72 248 69 0.71 0 0.72 0.03 118.99 0.93 0.62
Hex 48 F8 45 47 0 48 3 77 5D 3E
Octal 110 370 105 107 0 110 3 167 135 76
Binary 1001000 11111000 1000101 1000111 0 1001000 11 1110111 1011101 111110

Color Harmonies of #48F845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48F845

Black with #48F845

Text Example


Text Example

White with #48F845

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,248,69); }

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

background-color css

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

 a { background-color: rgb(72,248,69); }

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

border-color css

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

 span { border-color: rgb(72,248,69); }

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