Html Css Color HEX #48E111 Harlequin

📋 copy color: '#48E111'

red 72 ◦ green 225 ◦ blue 17

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

Shades of Harlequin #48E111

Tints of Harlequin #48E111

RGB

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

 GREEN value IS 225 (88.28% from 255) = 71.66%

 BLUE value IS 17 (7.03% from 255) = 5.41%

R = 22.93%
G = 71.66%
B = 5.41%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#48E111 (or 0x48E111) is known color: Harlequin. HEX triplet: 48, E1 and 11. RGB value is (72,225,17). Sum of RGB (Red+Green+Blue) = 72+225+17=314 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.93% from 314); Green value is 225 (88.28% from 255 or 71.66% from 314); Blue value is 17 (7.03% from 255 or 5.41% from 314); Max value from RGB is 225 - color contains mainly: green. Hex color #48E111 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #48E111 is #B71EEE. Grayscale: #9C9C9C. Windows color (decimal): -12001007 or 1171784. OLE color: 1171784.

HSL color Cylindrical-coordinate representation of color #48E111: hue angle of 104.13º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #48E111 is Cyan = 0.68, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.12.

Color convert

RGB 72 225 17 -
CMYK 0.68 0 0.92 0.12
HSL 104.13º 0.86% 0.47% -
HSV(B) 104.13º 0.92% 0.88% -
XYZ 29.7 55.27 9.63 -
YUV 155.54 49.81 68.41 -
System Red Green Blue C M Y K H S L
Decimal 72 225 17 0.68 0 0.92 0.12 104.13 0.86 0.47
Hex 48 E1 11 44 0 5C C 68 56 2F
Octal 110 341 21 104 0 134 14 150 126 57
Binary 1001000 11100001 10001 1000100 0 1011100 1100 1101000 1010110 101111

Color Harmonies of #48E111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48E111

Black with #48E111

Text Example


Text Example

White with #48E111

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,225,17); }

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

background-color css

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

 a { background-color: rgb(72,225,17); }

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

border-color css

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

 span { border-color: rgb(72,225,17); }

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