Html Css Color HEX #48EA14 Harlequin

📋 copy color: '#48EA14'

red 72 ◦ green 234 ◦ blue 20

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

Shades of Harlequin #48EA14

Tints of Harlequin #48EA14

RGB

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

 GREEN value IS 234 (91.8% from 255) = 71.78%

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

R = 22.09%
G = 71.78%
B = 6.13%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#48EA14 (or 0x48EA14) is known color: Harlequin. HEX triplet: 48, EA and 14. RGB value is (72,234,20). Sum of RGB (Red+Green+Blue) = 72+234+20=326 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.09% from 326); Green value is 234 (91.80% from 255 or 71.78% from 326); Blue value is 20 (8.20% from 255 or 6.13% from 326); Max value from RGB is 234 - color contains mainly: green. Hex color #48EA14 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #48EA14 is #B715EB. Grayscale: #A1A1A1. Windows color (decimal): -11998700 or 1370696. OLE color: 1370696.

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

Color convert

RGB 72 234 20 -
CMYK 0.69 0 0.91 0.08
HSL 105.42º 0.84% 0.5% -
HSV(B) 105.42º 0.91% 0.92% -
XYZ 32.22 60.27 10.6 -
YUV 161.17 48.33 64.4 -
System Red Green Blue C M Y K H S L
Decimal 72 234 20 0.69 0 0.91 0.08 105.42 0.84 0.5
Hex 48 EA 14 45 0 5B 8 69 54 32
Octal 110 352 24 105 0 133 10 151 124 62
Binary 1001000 11101010 10100 1000101 0 1011011 1000 1101001 1010100 110010

Color Harmonies of #48EA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48EA14

Black with #48EA14

Text Example


Text Example

White with #48EA14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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