Html Css Color HEX #48FE28 Harlequin

📋 copy color: '#48FE28'

red 72 ◦ green 254 ◦ blue 40

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

Shades of Harlequin #48FE28

Tints of Harlequin #48FE28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 10.93%

R = 19.67%
G = 69.4%
B = 10.93%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.84

 K value IS 0.00

RGB Variations

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

Color information

#48FE28 (or 0x48FE28) is known color: Harlequin. HEX triplet: 48, FE and 28. RGB value is (72,254,40). Sum of RGB (Red+Green+Blue) = 72+254+40=366 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.67% from 366); Green value is 254 (99.61% from 255 or 69.40% from 366); Blue value is 40 (16.02% from 255 or 10.93% from 366); Max value from RGB is 254 - color contains mainly: green. Hex color #48FE28 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #48FE28 is #B701D7. Grayscale: #AFAFAF. Windows color (decimal): -11993560 or 2686536. OLE color: 2686536.

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

Color convert

RGB 72 254 40 -
CMYK 0.72 0 0.84 0.00
HSL 111.03º 0.99% 0.58% -
HSV(B) 111.03º 0.84% 1% -
XYZ 38.5 72.41 13.96 -
YUV 175.19 51.7 54.4 -
System Red Green Blue C M Y K H S L
Decimal 72 254 40 0.72 0 0.84 0.00 111.03 0.99 0.58
Hex 48 FE 28 48 0 54 0 6F 63 3A
Octal 110 376 50 110 0 124 0 157 143 72
Binary 1001000 11111110 101000 1001000 0 1010100 0 1101111 1100011 111010

Color Harmonies of #48FE28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48FE28

Black with #48FE28

Text Example


Text Example

White with #48FE28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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