Html Css Color HEX #48FA6F Screamin' Green

📋 copy color: '#48FA6F'

red 72 ◦ green 250 ◦ blue 111

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

Shades of Screamin' Green #48FA6F

Tints of Screamin' Green #48FA6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 25.64%

R = 16.63%
G = 57.74%
B = 25.64%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.56

 K value IS 0.02

RGB Variations

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

Color information

#48FA6F (or 0x48FA6F) is known color: Screamin' Green. HEX triplet: 48, FA and 6F. RGB value is (72,250,111). Sum of RGB (Red+Green+Blue) = 72+250+111=433 (57% of max value = 765). Red value is 72 (28.52% from 255 or 16.63% from 433); Green value is 250 (98.05% from 255 or 57.74% from 433); Blue value is 111 (43.75% from 255 or 25.64% from 433); Max value from RGB is 250 - color contains mainly: green. Hex color #48FA6F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #48FA6F is #B70590. Grayscale: #B5B5B5. Windows color (decimal): -11994513 or 7338568. OLE color: 7338568.

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

Color convert

RGB 72 250 111 -
CMYK 0.71 0 0.56 0.02
HSL 133.15º 0.95% 0.63% -
HSV(B) 133.15º 0.71% 0.98% -
XYZ 39.73 70.9 26.63 -
YUV 180.93 88.53 50.3 -
System Red Green Blue C M Y K H S L
Decimal 72 250 111 0.71 0 0.56 0.02 133.15 0.95 0.63
Hex 48 FA 6F 47 0 38 2 85 5F 3F
Octal 110 372 157 107 0 70 2 205 137 77
Binary 1001000 11111010 1101111 1000111 0 111000 10 10000101 1011111 111111

Color Harmonies of #48FA6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48FA6F

Black with #48FA6F

Text Example


Text Example

White with #48FA6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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