#48FC26

Color #48FC26 Harlequin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harlequin #48FC26

Tints of Harlequin #48FC26

Color information

#48FC26 (or 0x48FC26) is unknown color: approx Harlequin. HEX triplet: 48, FC and 26. RGB value is (72,252,38). Sum of RGB (Red+Green+Blue) = 72+252+38=362 (47% of max value = 765). Red value is 72 (28.52% from 255 or 19.89% from 362); Green value is 252 (98.83% from 255 or 69.61% from 362); Blue value is 38 (15.23% from 255 or 10.50% from 362); Max value from RGB is 252 - color contains mainly: green. Hex color #48FC26 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #48FC26 is #B703D9. Grayscale: #AEAEAE. Windows color (decimal): -11994074 or 2554952. OLE color: 2554952.

HSL color Cylindrical-coordinate representation of color #48FC26: hue angle of 110.47º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #48FC26 is Cyan = 0.71, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.01.

Color convert

RGB7225238-
CMYK0.7100.850.01
HSL110.47º97.27%56.86%-
HSV(B)110.47º84.92%98.82%-
XYZ37.8371.1413.57-
YUV173.7851.3755.4-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.89%
GREEN value IS 252 (98.83% from 255) = 69.61%
BLUE value IS 38 (15.23% from 255) = 10.50%
R=19.89%
G=69.61%
B=10.50%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal72252380.7100.850.01110.4797.2756.86
Hex48FC264705516e6139
Octal110374461070125115614171
Binary100100011111100100110100011101010101111011101100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48FC26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,252,38); }

 H1.HeaderClassName
 {
   color: #48FC26;
 }
 .AnyTagClassName
 {
   color: #48FC26;
 }
</style>
background-color css

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

 a { background-color: rgb(72,252,38); }

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

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

 span { border-color: rgb(72,252,38); }

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