Html Css Color HEX #48F728 Harlequin

📋 copy color: '#48F728'

red 72 ◦ green 247 ◦ blue 40

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

Shades of Harlequin #48F728

Tints of Harlequin #48F728

RGB

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

 GREEN value IS 247 (96.88% from 255) = 68.8%

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

R = 20.06%
G = 68.8%
B = 11.14%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.84

 K value IS 0.03

RGB Variations

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

Color information

#48F728 (or 0x48F728) is known color: Harlequin. HEX triplet: 48, F7 and 28. RGB value is (72,247,40). Sum of RGB (Red+Green+Blue) = 72+247+40=359 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.06% from 359); Green value is 247 (96.88% from 255 or 68.80% from 359); Blue value is 40 (16.02% from 255 or 11.14% from 359); Max value from RGB is 247 - color contains mainly: green. Hex color #48F728 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #48F728 is #B708D7. Grayscale: #ABABAB. Windows color (decimal): -11995352 or 2684744. OLE color: 2684744.

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

Color convert

RGB 72 247 40 -
CMYK 0.71 0 0.84 0.03
HSL 110.72º 0.93% 0.56% -
HSV(B) 110.72º 0.84% 0.97% -
XYZ 36.32 68.05 13.23 -
YUV 171.08 54.02 57.33 -
System Red Green Blue C M Y K H S L
Decimal 72 247 40 0.71 0 0.84 0.03 110.72 0.93 0.56
Hex 48 F7 28 47 0 54 3 6F 5D 38
Octal 110 367 50 107 0 124 3 157 135 70
Binary 1001000 11110111 101000 1000111 0 1010100 11 1101111 1011101 111000

Color Harmonies of #48F728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48F728

Black with #48F728

Text Example


Text Example

White with #48F728

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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