Html Css Color HEX #48FE04 Harlequin

📋 copy color: '#48FE04'

red 72 ◦ green 254 ◦ blue 4

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

Shades of Harlequin #48FE04

Tints of Harlequin #48FE04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.21%

R = 21.82%
G = 76.97%
B = 1.21%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.98

 K value IS 0.00

RGB Variations

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

Color information

#48FE04 (or 0x48FE04) is known color: Harlequin. HEX triplet: 48, FE and 04. RGB value is (72,254,4). Sum of RGB (Red+Green+Blue) = 72+254+4=330 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.82% from 330); Green value is 254 (99.61% from 255 or 76.97% from 330); Blue value is 4 (1.95% from 255 or 1.21% from 330); Max value from RGB is 254 - color contains mainly: green. Hex color #48FE04 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #48FE04 is #B701FB. Grayscale: #ABABAB. Windows color (decimal): -11993596 or 327240. OLE color: 327240.

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

Color convert

RGB 72 254 4 -
CMYK 0.72 0 0.98 0.00
HSL 103.68º 0.99% 0.51% -
HSV(B) 103.68º 0.98% 1% -
XYZ 38.14 72.27 12.05 -
YUV 171.08 33.7 57.33 -
System Red Green Blue C M Y K H S L
Decimal 72 254 4 0.72 0 0.98 0.00 103.68 0.99 0.51
Hex 48 FE 4 48 0 62 0 68 63 33
Octal 110 376 4 110 0 142 0 150 143 63
Binary 1001000 11111110 100 1001000 0 1100010 0 1101000 1100011 110011

Color Harmonies of #48FE04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48FE04

Black with #48FE04

Text Example


Text Example

White with #48FE04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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