Html Css Color HEX #48F802 Harlequin

📋 copy color: '#48F802'

red 72 ◦ green 248 ◦ blue 2

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

Shades of Harlequin #48F802

Tints of Harlequin #48F802

RGB

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

 GREEN value IS 248 (97.27% from 255) = 77.02%

 BLUE value IS 2 (1.17% from 255) = 0.62%

R = 22.36%
G = 77.02%
B = 0.62%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.99

 K value IS 0.03

RGB Variations

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

Color information

#48F802 (or 0x48F802) is known color: Harlequin. HEX triplet: 48, F8 and 02. RGB value is (72,248,2). Sum of RGB (Red+Green+Blue) = 72+248+2=322 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.36% from 322); Green value is 248 (97.27% from 255 or 77.02% from 322); Blue value is 2 (1.17% from 255 or 0.62% from 322); Max value from RGB is 248 - color contains mainly: green. Hex color #48F802 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #48F802 is #B707FD. Grayscale: #A8A8A8. Windows color (decimal): -11995134 or 194632. OLE color: 194632.

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

Color convert

RGB 72 248 2 -
CMYK 0.71 0 0.99 0.03
HSL 102.93º 0.98% 0.49% -
HSV(B) 102.93º 0.99% 0.97% -
XYZ 36.25 68.52 11.37 -
YUV 167.33 34.69 60 -
System Red Green Blue C M Y K H S L
Decimal 72 248 2 0.71 0 0.99 0.03 102.93 0.98 0.49
Hex 48 F8 2 47 0 63 3 67 62 31
Octal 110 370 2 107 0 143 3 147 142 61
Binary 1001000 11111000 10 1000111 0 1100011 11 1100111 1100010 110001

Color Harmonies of #48F802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48F802

Black with #48F802

Text Example


Text Example

White with #48F802

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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