Html Css Color HEX #48EC15 Harlequin

📋 copy color: '#48EC15'

red 72 ◦ green 236 ◦ blue 21

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

Shades of Harlequin #48EC15

Tints of Harlequin #48EC15

RGB

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

 GREEN value IS 236 (92.58% from 255) = 71.73%

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

R = 21.88%
G = 71.73%
B = 6.38%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#48EC15 (or 0x48EC15) is known color: Harlequin. HEX triplet: 48, EC and 15. RGB value is (72,236,21). Sum of RGB (Red+Green+Blue) = 72+236+21=329 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.88% from 329); Green value is 236 (92.58% from 255 or 71.73% from 329); Blue value is 21 (8.59% from 255 or 6.38% from 329); Max value from RGB is 236 - color contains mainly: green. Hex color #48EC15 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #48EC15 is #B713EA. Grayscale: #A3A3A3. Windows color (decimal): -11998187 or 1436744. OLE color: 1436744.

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

Color convert

RGB 72 236 21 -
CMYK 0.69 0 0.91 0.07
HSL 105.77º 0.85% 0.5% -
HSV(B) 105.77º 0.91% 0.93% -
XYZ 32.8 61.42 10.84 -
YUV 162.45 48.17 63.48 -
System Red Green Blue C M Y K H S L
Decimal 72 236 21 0.69 0 0.91 0.07 105.77 0.85 0.5
Hex 48 EC 15 45 0 5B 7 6A 55 32
Octal 110 354 25 105 0 133 7 152 125 62
Binary 1001000 11101100 10101 1000101 0 1011011 111 1101010 1010101 110010

Color Harmonies of #48EC15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48EC15

Black with #48EC15

Text Example


Text Example

White with #48EC15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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