Html Css Color HEX #48E415 Harlequin

📋 copy color: '#48E415'

red 72 ◦ green 228 ◦ blue 21

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

Shades of Harlequin #48E415

Tints of Harlequin #48E415

RGB

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

 GREEN value IS 228 (89.45% from 255) = 71.03%

 BLUE value IS 21 (8.59% from 255) = 6.54%

R = 22.43%
G = 71.03%
B = 6.54%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.91

 K value IS 0.11

RGB Variations

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

Color information

#48E415 (or 0x48E415) is known color: Harlequin. HEX triplet: 48, E4 and 15. RGB value is (72,228,21). Sum of RGB (Red+Green+Blue) = 72+228+21=321 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.43% from 321); Green value is 228 (89.45% from 255 or 71.03% from 321); Blue value is 21 (8.59% from 255 or 6.54% from 321); Max value from RGB is 228 - color contains mainly: green. Hex color #48E415 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #48E415 is #B71BEA. Grayscale: #9E9E9E. Windows color (decimal): -12000235 or 1434696. OLE color: 1434696.

HSL color Cylindrical-coordinate representation of color #48E415: hue angle of 105.22º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #48E415 is Cyan = 0.68, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.11.

Color convert

RGB 72 228 21 -
CMYK 0.68 0 0.91 0.11
HSL 105.22º 0.83% 0.49% -
HSV(B) 105.22º 0.91% 0.89% -
XYZ 30.55 56.92 10.09 -
YUV 157.76 50.82 66.83 -
System Red Green Blue C M Y K H S L
Decimal 72 228 21 0.68 0 0.91 0.11 105.22 0.83 0.49
Hex 48 E4 15 44 0 5B B 69 53 31
Octal 110 344 25 104 0 133 13 151 123 61
Binary 1001000 11100100 10101 1000100 0 1011011 1011 1101001 1010011 110001

Color Harmonies of #48E415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48E415

Black with #48E415

Text Example


Text Example

White with #48E415

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,228,21); }

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

background-color css

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

 a { background-color: rgb(72,228,21); }

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

border-color css

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

 span { border-color: rgb(72,228,21); }

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