#48F302

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

Shades of Harlequin #48F302

Tints of Harlequin #48F302

Color information

#48F302 (or 0x48F302) is unknown color: approx Harlequin. HEX triplet: 48, F3 and 02. RGB value is (72,243,2). Sum of RGB (Red+Green+Blue) = 72+243+2=317 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.71% from 317); Green value is 243 (95.31% from 255 or 76.66% from 317); Blue value is 2 (1.17% from 255 or 0.63% from 317); Max value from RGB is 243 - color contains mainly: green. Hex color #48F302 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #48F302 is #B70CFD. Grayscale: #A5A5A5. Windows color (decimal): -11996414 or 193352. OLE color: 193352.

HSL color Cylindrical-coordinate representation of color #48F302: hue angle of 102.57º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #48F302 is Cyan = 0.70, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.05.

Color convert

RGB722432-
CMYK0.7000.990.05
HSL102.57º98.37%48.04%-
HSV(B)102.57º99.18%95.29%-
XYZ34.7365.4810.87-
YUV164.436.3562.1-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.71%
GREEN value IS 243 (95.31% from 255) = 76.66%
BLUE value IS 2 (1.17% from 255) = 0.63%
R=22.71%
G=76.66%
B=0.63%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal7224320.7000.990.05102.5798.3748.04
Hex48F32460635676230
Octal11036321060143514714260
Binary1001000111100111010001100110001110111001111100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48F302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,243,2); }

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

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

 a { background-color: rgb(72,243,2); }

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

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

 span { border-color: rgb(72,243,2); }

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