Html Css Color HEX #48FE11 Harlequin

📋 copy color: '#48FE11'

red 72 ◦ green 254 ◦ blue 17

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

Shades of Harlequin #48FE11

Tints of Harlequin #48FE11

RGB

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

 GREEN value IS 254 (99.61% from 255) = 74.05%

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

R = 20.99%
G = 74.05%
B = 4.96%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.93

 K value IS 0.00

RGB Variations

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

Color information

#48FE11 (or 0x48FE11) is known color: Harlequin. HEX triplet: 48, FE and 11. RGB value is (72,254,17). Sum of RGB (Red+Green+Blue) = 72+254+17=343 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.99% from 343); Green value is 254 (99.61% from 255 or 74.05% from 343); Blue value is 17 (7.03% from 255 or 4.96% from 343); Max value from RGB is 254 - color contains mainly: green. Hex color #48FE11 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #48FE11 is #B701EE. Grayscale: #ADADAD. Windows color (decimal): -11993583 or 1179208. OLE color: 1179208.

HSL color Cylindrical-coordinate representation of color #48FE11: hue angle of 106.08º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #48FE11 is Cyan = 0.72, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.00.

Color convert

RGB 72 254 17 -
CMYK 0.72 0 0.93 0.00
HSL 106.08º 0.99% 0.53% -
HSV(B) 106.08º 0.93% 1% -
XYZ 38.22 72.3 12.47 -
YUV 172.56 40.2 56.27 -
System Red Green Blue C M Y K H S L
Decimal 72 254 17 0.72 0 0.93 0.00 106.08 0.99 0.53
Hex 48 FE 11 48 0 5D 0 6A 63 35
Octal 110 376 21 110 0 135 0 152 143 65
Binary 1001000 11111110 10001 1001000 0 1011101 0 1101010 1100011 110101

Color Harmonies of #48FE11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48FE11

Black with #48FE11

Text Example


Text Example

White with #48FE11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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