Html Css Color HEX #48FE13 Harlequin

📋 copy color: '#48FE13'

red 72 ◦ green 254 ◦ blue 19

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

Shades of Harlequin #48FE13

Tints of Harlequin #48FE13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.51%

R = 20.87%
G = 73.62%
B = 5.51%

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

#48FE13 (or 0x48FE13) is known color: Harlequin. HEX triplet: 48, FE and 13. RGB value is (72,254,19). Sum of RGB (Red+Green+Blue) = 72+254+19=345 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.87% from 345); Green value is 254 (99.61% from 255 or 73.62% from 345); Blue value is 19 (7.81% from 255 or 5.51% from 345); Max value from RGB is 254 - color contains mainly: green. Hex color #48FE13 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #48FE13 is #B701EC. Grayscale: #ADADAD. Windows color (decimal): -11993581 or 1310280. OLE color: 1310280.

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

Color convert

RGB 72 254 19 -
CMYK 0.72 0 0.93 0.00
HSL 106.47º 0.99% 0.54% -
HSV(B) 106.47º 0.93% 1% -
XYZ 38.23 72.31 12.56 -
YUV 172.79 41.2 56.11 -
System Red Green Blue C M Y K H S L
Decimal 72 254 19 0.72 0 0.93 0.00 106.47 0.99 0.54
Hex 48 FE 13 48 0 5D 0 6A 63 36
Octal 110 376 23 110 0 135 0 152 143 66
Binary 1001000 11111110 10011 1001000 0 1011101 0 1101010 1100011 110110

Color Harmonies of #48FE13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48FE13

Black with #48FE13

Text Example


Text Example

White with #48FE13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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