Html Css Color HEX #74FF48 Screamin' Green

📋 copy color: '#74FF48'

red 116 ◦ green 255 ◦ blue 72

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

Shades of Screamin' Green #74FF48

Tints of Screamin' Green #74FF48

RGB

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

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

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

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

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.72

 K value IS 0

RGB Variations

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

Color information

#74FF48 (or 0x74FF48) is known color: Screamin' Green. HEX triplet: 74, FF and 48. RGB value is (116,255,72). Sum of RGB (Red+Green+Blue) = 116+255+72=443 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.19% from 443); Green value is 255 (100% from 255 or 57.56% from 443); Blue value is 72 (28.52% from 255 or 16.25% from 443); Max value from RGB is 255 - color contains mainly: green. Hex color #74FF48 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #74FF48 is #8B00B7. Grayscale: #C1C1C1. Windows color (decimal): -9109688 or 4783988. OLE color: 4783988.

HSL color Cylindrical-coordinate representation of color #74FF48: hue angle of 105.57º 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 #74FF48 is Cyan = 0.55, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.

Color convert

RGB 116 255 72 -
CMYK 0.55 0 0.72 0
HSL 105.57º 1% 0.64% -
HSV(B) 105.57º 0.72% 1% -
XYZ 44.13 75.7 18.42 -
YUV 192.58 59.95 73.38 -
System Red Green Blue C M Y K H S L
Decimal 116 255 72 0.55 0 0.72 0 105.57 1 0.64
Hex 74 FF 48 37 0 48 0 6A 64 40
Octal 164 377 110 67 0 110 0 152 144 100
Binary 1110100 11111111 1001000 110111 0 1001000 0 1101010 1100100 1000000

Color Harmonies of #74FF48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74FF48

Black with #74FF48

Text Example


Text Example

White with #74FF48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74FF48; }

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

 H1.HeaderClassName
 {
   color: #74FF48;
 }
 .AnyTagClassName
 {
   color: #74FF48;
 }
</style>

background-color css

<style>
 a { background-color: #74FF48; }

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

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

border-color css

<style>
 span { border-color: #74FF48; }

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

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