Html Css Color HEX #48F224 Harlequin

📋 copy color: '#48F224'

red 72 ◦ green 242 ◦ blue 36

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

Shades of Harlequin #48F224

Tints of Harlequin #48F224

RGB

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

 GREEN value IS 242 (94.92% from 255) = 69.14%

 BLUE value IS 36 (14.45% from 255) = 10.29%

R = 20.57%
G = 69.14%
B = 10.29%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#48F224 (or 0x48F224) is known color: Harlequin. HEX triplet: 48, F2 and 24. RGB value is (72,242,36). Sum of RGB (Red+Green+Blue) = 72+242+36=350 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.57% from 350); Green value is 242 (94.92% from 255 or 69.14% from 350); Blue value is 36 (14.45% from 255 or 10.29% from 350); Max value from RGB is 242 - color contains mainly: green. Hex color #48F224 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #48F224 is #B70DDB. Grayscale: #A8A8A8. Windows color (decimal): -11996636 or 2421320. OLE color: 2421320.

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

Color convert

RGB 72 242 36 -
CMYK 0.70 0 0.85 0.05
HSL 109.51º 0.89% 0.55% -
HSV(B) 109.51º 0.85% 0.95% -
XYZ 34.74 65.01 12.39 -
YUV 167.69 53.68 59.75 -
System Red Green Blue C M Y K H S L
Decimal 72 242 36 0.70 0 0.85 0.05 109.51 0.89 0.55
Hex 48 F2 24 46 0 55 5 6E 59 37
Octal 110 362 44 106 0 125 5 156 131 67
Binary 1001000 11110010 100100 1000110 0 1010101 101 1101110 1011001 110111

Color Harmonies of #48F224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48F224

Black with #48F224

Text Example


Text Example

White with #48F224

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,242,36); }

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

background-color css

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

 a { background-color: rgb(72,242,36); }

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

border-color css

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

 span { border-color: rgb(72,242,36); }

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