Html Css Color HEX #48FE7F Screamin' Green

📋 copy color: '#48FE7F'

red 72 ◦ green 254 ◦ blue 127

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

Shades of Screamin' Green #48FE7F

Tints of Screamin' Green #48FE7F

RGB

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

 GREEN value IS 254 (99.61% from 255) = 56.07%

 BLUE value IS 127 (50% from 255) = 28.04%

R = 15.89%
G = 56.07%
B = 28.04%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.50

 K value IS 0.00

RGB Variations

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

Color information

#48FE7F (or 0x48FE7F) is known color: Screamin' Green. HEX triplet: 48, FE and 7F. RGB value is (72,254,127). Sum of RGB (Red+Green+Blue) = 72+254+127=453 (60% of max value = 765). Red value is 72 (28.52% from 255 or 15.89% from 453); Green value is 254 (99.61% from 255 or 56.07% from 453); Blue value is 127 (50% from 255 or 28.04% from 453); Max value from RGB is 254 - color contains mainly: green. Hex color #48FE7F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #48FE7F is #B70180. Grayscale: #B9B9B9. Windows color (decimal): -11993473 or 8388168. OLE color: 8388168.

HSL color Cylindrical-coordinate representation of color #48FE7F: hue angle of 138.13º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #48FE7F is Cyan = 0.72, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.00.

Color convert

RGB 72 254 127 -
CMYK 0.72 0 0.50 0.00
HSL 138.13º 0.99% 0.64% -
HSV(B) 138.13º 0.72% 1% -
XYZ 41.95 73.79 32.11 -
YUV 185.1 95.2 47.33 -
System Red Green Blue C M Y K H S L
Decimal 72 254 127 0.72 0 0.50 0.00 138.13 0.99 0.64
Hex 48 FE 7F 48 0 32 0 8A 63 40
Octal 110 376 177 110 0 62 0 212 143 100
Binary 1001000 11111110 1111111 1001000 0 110010 0 10001010 1100011 1000000

Color Harmonies of #48FE7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48FE7F

Black with #48FE7F

Text Example


Text Example

White with #48FE7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,254,127); }

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

background-color css

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

 a { background-color: rgb(72,254,127); }

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

border-color css

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

 span { border-color: rgb(72,254,127); }

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