Html Css Color HEX #48FF19 Harlequin

📋 copy color: '#48FF19'

red 72 ◦ green 255 ◦ blue 25

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

Shades of Harlequin #48FF19

Tints of Harlequin #48FF19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 7.1%

R = 20.45%
G = 72.44%
B = 7.1%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.90

 K value IS 0

RGB Variations

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

Color information

#48FF19 (or 0x48FF19) is known color: Harlequin. HEX triplet: 48, FF and 19. RGB value is (72,255,25). Sum of RGB (Red+Green+Blue) = 72+255+25=352 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.45% from 352); Green value is 255 (100% from 255 or 72.44% from 352); Blue value is 25 (10.16% from 255 or 7.10% from 352); Max value from RGB is 255 - color contains mainly: green. Hex color #48FF19 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #48FF19 is #B700E6. Grayscale: #AEAEAE. Windows color (decimal): -11993319 or 1703752. OLE color: 1703752.

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

Color convert

RGB 72 255 25 -
CMYK 0.72 0 0.90 0
HSL 107.74º 1% 0.55% -
HSV(B) 107.74º 0.9% 1% -
XYZ 38.61 72.97 12.97 -
YUV 174.06 43.87 55.2 -
System Red Green Blue C M Y K H S L
Decimal 72 255 25 0.72 0 0.90 0 107.74 1 0.55
Hex 48 FF 19 48 0 5A 0 6C 64 37
Octal 110 377 31 110 0 132 0 154 144 67
Binary 1001000 11111111 11001 1001000 0 1011010 0 1101100 1100100 110111

Color Harmonies of #48FF19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48FF19

Black with #48FF19

Text Example


Text Example

White with #48FF19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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