Html Css Color HEX #48F194 Shamrock

📋 copy color: '#48F194'

red 72 ◦ green 241 ◦ blue 148

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

Shades of Shamrock #48F194

Tints of Shamrock #48F194

RGB

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

 GREEN value IS 241 (94.53% from 255) = 52.28%

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

R = 15.62%
G = 52.28%
B = 32.1%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.39

 K value IS 0.05

RGB Variations

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

Color information

#48F194 (or 0x48F194) is known color: Shamrock. HEX triplet: 48, F1 and 94. RGB value is (72,241,148). Sum of RGB (Red+Green+Blue) = 72+241+148=461 (61% of max value = 765). Red value is 72 (28.52% from 255 or 15.62% from 461); Green value is 241 (94.53% from 255 or 52.28% from 461); Blue value is 148 (58.20% from 255 or 32.10% from 461); Max value from RGB is 241 - color contains mainly: green. Hex color #48F194 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #48F194 is #B70E6B. Grayscale: #B4B4B4. Windows color (decimal): -11996780 or 9761096. OLE color: 9761096.

HSL color Cylindrical-coordinate representation of color #48F194: hue angle of 146.98º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #48F194 is Cyan = 0.70, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.05.

Color convert

RGB 72 241 148 -
CMYK 0.70 0 0.39 0.05
HSL 146.98º 0.86% 0.61% -
HSV(B) 146.98º 0.7% 0.95% -
XYZ 39.47 66.43 38.76 -
YUV 179.87 110.01 51.06 -
System Red Green Blue C M Y K H S L
Decimal 72 241 148 0.70 0 0.39 0.05 146.98 0.86 0.61
Hex 48 F1 94 46 0 27 5 93 56 3D
Octal 110 361 224 106 0 47 5 223 126 75
Binary 1001000 11110001 10010100 1000110 0 100111 101 10010011 1010110 111101

Color Harmonies of #48F194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48F194

Black with #48F194

Text Example


Text Example

White with #48F194

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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