Html Css Color HEX #48F594 Shamrock

📋 copy color: '#48F594'

red 72 ◦ green 245 ◦ blue 148

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

Shades of Shamrock #48F594

Tints of Shamrock #48F594

RGB

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

 GREEN value IS 245 (96.09% from 255) = 52.69%

 BLUE value IS 148 (58.2% from 255) = 31.83%

R = 15.48%
G = 52.69%
B = 31.83%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.40

 K value IS 0.04

RGB Variations

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

Color information

#48F594 (or 0x48F594) is known color: Shamrock. HEX triplet: 48, F5 and 94. RGB value is (72,245,148). Sum of RGB (Red+Green+Blue) = 72+245+148=465 (61% of max value = 765). Red value is 72 (28.52% from 255 or 15.48% from 465); Green value is 245 (96.09% from 255 or 52.69% from 465); Blue value is 148 (58.20% from 255 or 31.83% from 465); Max value from RGB is 245 - color contains mainly: green. Hex color #48F594 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #48F594 is #B70A6B. Grayscale: #B6B6B6. Windows color (decimal): -11995756 or 9762120. OLE color: 9762120.

HSL color Cylindrical-coordinate representation of color #48F594: hue angle of 146.36º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #48F594 is Cyan = 0.71, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.04.

Color convert

RGB 72 245 148 -
CMYK 0.71 0 0.40 0.04
HSL 146.36º 0.9% 0.62% -
HSV(B) 146.36º 0.71% 0.96% -
XYZ 40.67 68.82 39.16 -
YUV 182.22 108.69 49.39 -
System Red Green Blue C M Y K H S L
Decimal 72 245 148 0.71 0 0.40 0.04 146.36 0.9 0.62
Hex 48 F5 94 47 0 28 4 92 5A 3E
Octal 110 365 224 107 0 50 4 222 132 76
Binary 1001000 11110101 10010100 1000111 0 101000 100 10010010 1011010 111110

Color Harmonies of #48F594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48F594

Black with #48F594

Text Example


Text Example

White with #48F594

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,245,148); }

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

background-color css

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

 a { background-color: rgb(72,245,148); }

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

border-color css

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

 span { border-color: rgb(72,245,148); }

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