Html Css Color HEX #48FA16 Harlequin

📋 copy color: '#48FA16'

red 72 ◦ green 250 ◦ blue 22

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

Shades of Harlequin #48FA16

Tints of Harlequin #48FA16

RGB

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

 GREEN value IS 250 (98.05% from 255) = 72.67%

 BLUE value IS 22 (8.98% from 255) = 6.4%

R = 20.93%
G = 72.67%
B = 6.4%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.91

 K value IS 0.02

RGB Variations

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

Color information

#48FA16 (or 0x48FA16) is known color: Harlequin. HEX triplet: 48, FA and 16. RGB value is (72,250,22). Sum of RGB (Red+Green+Blue) = 72+250+22=344 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.93% from 344); Green value is 250 (98.05% from 255 or 72.67% from 344); Blue value is 22 (8.98% from 255 or 6.40% from 344); Max value from RGB is 250 - color contains mainly: green. Hex color #48FA16 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #48FA16 is #B705E9. Grayscale: #ABABAB. Windows color (decimal): -11994602 or 1505864. OLE color: 1505864.

HSL color Cylindrical-coordinate representation of color #48FA16: hue angle of 106.84º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #48FA16 is Cyan = 0.71, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.02.

Color convert

RGB 72 250 22 -
CMYK 0.71 0 0.91 0.02
HSL 106.84º 0.96% 0.53% -
HSV(B) 106.84º 0.91% 0.98% -
XYZ 37 69.81 12.28 -
YUV 170.79 44.03 57.54 -
System Red Green Blue C M Y K H S L
Decimal 72 250 22 0.71 0 0.91 0.02 106.84 0.96 0.53
Hex 48 FA 16 47 0 5B 2 6B 60 35
Octal 110 372 26 107 0 133 2 153 140 65
Binary 1001000 11111010 10110 1000111 0 1011011 10 1101011 1100000 110101

Color Harmonies of #48FA16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48FA16

Black with #48FA16

Text Example


Text Example

White with #48FA16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,250,22); }

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

background-color css

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

 a { background-color: rgb(72,250,22); }

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

border-color css

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

 span { border-color: rgb(72,250,22); }

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