Html Css Color HEX #48E819 Harlequin

📋 copy color: '#48E819'

red 72 ◦ green 232 ◦ blue 25

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

Shades of Harlequin #48E819

Tints of Harlequin #48E819

RGB

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

 GREEN value IS 232 (91.02% from 255) = 70.52%

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

R = 21.88%
G = 70.52%
B = 7.6%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.89

 K value IS 0.09

RGB Variations

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

Color information

#48E819 (or 0x48E819) is known color: Harlequin. HEX triplet: 48, E8 and 19. RGB value is (72,232,25). Sum of RGB (Red+Green+Blue) = 72+232+25=329 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.88% from 329); Green value is 232 (91.02% from 255 or 70.52% from 329); Blue value is 25 (10.16% from 255 or 7.60% from 329); Max value from RGB is 232 - color contains mainly: green. Hex color #48E819 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #48E819 is #B717E6. Grayscale: #A1A1A1. Windows color (decimal): -11999207 or 1697864. OLE color: 1697864.

HSL color Cylindrical-coordinate representation of color #48E819: hue angle of 106.38º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #48E819 is Cyan = 0.69, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.09.

Color convert

RGB 72 232 25 -
CMYK 0.69 0 0.89 0.09
HSL 106.38º 0.82% 0.5% -
HSV(B) 106.38º 0.89% 0.91% -
XYZ 31.7 59.16 10.67 -
YUV 160.56 51.49 64.83 -
System Red Green Blue C M Y K H S L
Decimal 72 232 25 0.69 0 0.89 0.09 106.38 0.82 0.5
Hex 48 E8 19 45 0 59 9 6A 52 32
Octal 110 350 31 105 0 131 11 152 122 62
Binary 1001000 11101000 11001 1000101 0 1011001 1001 1101010 1010010 110010

Color Harmonies of #48E819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48E819

Black with #48E819

Text Example


Text Example

White with #48E819

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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