Html Css Color HEX #48EC14 Harlequin

📋 copy color: '#48EC14'

red 72 ◦ green 236 ◦ blue 20

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

Shades of Harlequin #48EC14

Tints of Harlequin #48EC14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.1%

R = 21.95%
G = 71.95%
B = 6.1%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#48EC14 (or 0x48EC14) is known color: Harlequin. HEX triplet: 48, EC and 14. RGB value is (72,236,20). Sum of RGB (Red+Green+Blue) = 72+236+20=328 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.95% from 328); Green value is 236 (92.58% from 255 or 71.95% from 328); Blue value is 20 (8.20% from 255 or 6.10% from 328); Max value from RGB is 236 - color contains mainly: green. Hex color #48EC14 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #48EC14 is #B713EB. Grayscale: #A3A3A3. Windows color (decimal): -11998188 or 1371208. OLE color: 1371208.

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

Color convert

RGB 72 236 20 -
CMYK 0.69 0 0.92 0.07
HSL 105.56º 0.85% 0.5% -
HSV(B) 105.56º 0.92% 0.93% -
XYZ 32.79 61.42 10.79 -
YUV 162.34 47.67 63.56 -
System Red Green Blue C M Y K H S L
Decimal 72 236 20 0.69 0 0.92 0.07 105.56 0.85 0.5
Hex 48 EC 14 45 0 5C 7 6A 55 32
Octal 110 354 24 105 0 134 7 152 125 62
Binary 1001000 11101100 10100 1000101 0 1011100 111 1101010 1010101 110010

Color Harmonies of #48EC14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48EC14

Black with #48EC14

Text Example


Text Example

White with #48EC14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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