Html Css Color HEX #48FF74 Screamin' Green

📋 copy color: '#48FF74'

red 72 ◦ green 255 ◦ blue 116

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

Shades of Screamin' Green #48FF74

Tints of Screamin' Green #48FF74

RGB

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

 GREEN value IS 255 (100% from 255) = 57.56%

 BLUE value IS 116 (45.7% from 255) = 26.19%

R = 16.25%
G = 57.56%
B = 26.19%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.55

 K value IS 0

RGB Variations

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

Color information

#48FF74 (or 0x48FF74) is known color: Screamin' Green. HEX triplet: 48, FF and 74. RGB value is (72,255,116). Sum of RGB (Red+Green+Blue) = 72+255+116=443 (58% of max value = 765). Red value is 72 (28.52% from 255 or 16.25% from 443); Green value is 255 (100% from 255 or 57.56% from 443); Blue value is 116 (45.70% from 255 or 26.19% from 443); Max value from RGB is 255 - color contains mainly: green. Hex color #48FF74 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #48FF74 is #B7008B. Grayscale: #B8B8B8. Windows color (decimal): -11993228 or 7667528. OLE color: 7667528.

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

Color convert

RGB 72 255 116 -
CMYK 0.72 0 0.55 0
HSL 134.43º 1% 0.64% -
HSV(B) 134.43º 0.72% 1% -
XYZ 41.58 74.16 28.65 -
YUV 184.44 89.37 47.8 -
System Red Green Blue C M Y K H S L
Decimal 72 255 116 0.72 0 0.55 0 134.43 1 0.64
Hex 48 FF 74 48 0 37 0 86 64 40
Octal 110 377 164 110 0 67 0 206 144 100
Binary 1001000 11111111 1110100 1001000 0 110111 0 10000110 1100100 1000000

Color Harmonies of #48FF74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48FF74

Black with #48FF74

Text Example


Text Example

White with #48FF74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,255,116); }

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

background-color css

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

 a { background-color: rgb(72,255,116); }

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

border-color css

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

 span { border-color: rgb(72,255,116); }

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