Html Css Color HEX #48F85C Screamin' Green

📋 copy color: '#48F85C'

red 72 ◦ green 248 ◦ blue 92

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

Shades of Screamin' Green #48F85C

Tints of Screamin' Green #48F85C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 22.33%

R = 17.48%
G = 60.19%
B = 22.33%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.63

 K value IS 0.03

RGB Variations

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

Color information

#48F85C (or 0x48F85C) is known color: Screamin' Green. HEX triplet: 48, F8 and 5C. RGB value is (72,248,92). Sum of RGB (Red+Green+Blue) = 72+248+92=412 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.48% from 412); Green value is 248 (97.27% from 255 or 60.19% from 412); Blue value is 92 (36.33% from 255 or 22.33% from 412); Max value from RGB is 248 - color contains mainly: green. Hex color #48F85C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #48F85C is #B707A3. Grayscale: #B2B2B2. Windows color (decimal): -11995044 or 6092872. OLE color: 6092872.

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

Color convert

RGB 72 248 92 -
CMYK 0.71 0 0.63 0.03
HSL 126.82º 0.93% 0.63% -
HSV(B) 126.82º 0.71% 0.97% -
XYZ 38.17 69.29 21.49 -
YUV 177.59 79.69 52.68 -
System Red Green Blue C M Y K H S L
Decimal 72 248 92 0.71 0 0.63 0.03 126.82 0.93 0.63
Hex 48 F8 5C 47 0 3F 3 7F 5D 3F
Octal 110 370 134 107 0 77 3 177 135 77
Binary 1001000 11111000 1011100 1000111 0 111111 11 1111111 1011101 111111

Color Harmonies of #48F85C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48F85C

Black with #48F85C

Text Example


Text Example

White with #48F85C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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