Html Css Color HEX #48FE05 Harlequin

📋 copy color: '#48FE05'

red 72 ◦ green 254 ◦ blue 5

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

Shades of Harlequin #48FE05

Tints of Harlequin #48FE05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.51%

R = 21.75%
G = 76.74%
B = 1.51%

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

#48FE05 (or 0x48FE05) is known color: Harlequin. HEX triplet: 48, FE and 05. RGB value is (72,254,5). Sum of RGB (Red+Green+Blue) = 72+254+5=331 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.75% from 331); Green value is 254 (99.61% from 255 or 76.74% from 331); Blue value is 5 (2.34% from 255 or 1.51% from 331); Max value from RGB is 254 - color contains mainly: green. Hex color #48FE05 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #48FE05 is #B701FA. Grayscale: #ACACAC. Windows color (decimal): -11993595 or 392776. OLE color: 392776.

HSL color Cylindrical-coordinate representation of color #48FE05: hue angle of 103.86º 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 #48FE05 is Cyan = 0.72, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.00.

Color convert

RGB 72 254 5 -
CMYK 0.72 0 0.98 0.00
HSL 103.86º 0.99% 0.51% -
HSV(B) 103.86º 0.98% 1% -
XYZ 38.14 72.27 12.08 -
YUV 171.2 34.2 57.25 -
System Red Green Blue C M Y K H S L
Decimal 72 254 5 0.72 0 0.98 0.00 103.86 0.99 0.51
Hex 48 FE 5 48 0 62 0 68 63 33
Octal 110 376 5 110 0 142 0 150 143 63
Binary 1001000 11111110 101 1001000 0 1100010 0 1101000 1100011 110011

Color Harmonies of #48FE05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48FE05

Black with #48FE05

Text Example


Text Example

White with #48FE05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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