Html Css Color HEX #48FA00 Harlequin

📋 copy color: '#48FA00'

red 72 ◦ green 250 ◦ blue 0

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

Shades of Harlequin #48FA00

Tints of Harlequin #48FA00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 22.36%
G = 77.64%
B = 0%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#48FA00 (or 0x48FA00) is known color: Harlequin. HEX triplet: 48, FA and 00. RGB value is (72,250,0). Sum of RGB (Red+Green+Blue) = 72+250+0=322 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.36% from 322); Green value is 250 (98.05% from 255 or 77.64% from 322); Blue value is 0 (0.39% from 255 or 0% from 322); Max value from RGB is 250 - color contains mainly: green. Hex color #48FA00 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #48FA00 is #B705FF. Grayscale: #A9A9A9. Windows color (decimal): -11994624 or 64072. OLE color: 64072.

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

Color convert

RGB 72 250 0 -
CMYK 0.71 0 1 0.02
HSL 102.72º 1% 0.49% -
HSV(B) 102.72º 1% 0.98% -
XYZ 36.86 69.75 11.52 -
YUV 168.28 33.03 59.33 -
System Red Green Blue C M Y K H S L
Decimal 72 250 0 0.71 0 1 0.02 102.72 1 0.49
Hex 48 FA 0 47 0 64 2 67 64 31
Octal 110 372 0 107 0 144 2 147 144 61
Binary 1001000 11111010 0 1000111 0 1100100 10 1100111 1100100 110001

Color Harmonies of #48FA00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48FA00

Black with #48FA00

Text Example


Text Example

White with #48FA00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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