Html Css Color HEX #48E416 Harlequin

📋 copy color: '#48E416'

red 72 ◦ green 228 ◦ blue 22

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

Shades of Harlequin #48E416

Tints of Harlequin #48E416

RGB

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

 GREEN value IS 228 (89.45% from 255) = 70.81%

 BLUE value IS 22 (8.98% from 255) = 6.83%

R = 22.36%
G = 70.81%
B = 6.83%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.90

 K value IS 0.11

RGB Variations

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

Color information

#48E416 (or 0x48E416) is known color: Harlequin. HEX triplet: 48, E4 and 16. RGB value is (72,228,22). Sum of RGB (Red+Green+Blue) = 72+228+22=322 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.36% from 322); Green value is 228 (89.45% from 255 or 70.81% from 322); Blue value is 22 (8.98% from 255 or 6.83% from 322); Max value from RGB is 228 - color contains mainly: green. Hex color #48E416 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #48E416 is #B71BE9. Grayscale: #9E9E9E. Windows color (decimal): -12000234 or 1500232. OLE color: 1500232.

HSL color Cylindrical-coordinate representation of color #48E416: hue angle of 105.44º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #48E416 is Cyan = 0.68, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.11.

Color convert

RGB 72 228 22 -
CMYK 0.68 0 0.90 0.11
HSL 105.44º 0.82% 0.49% -
HSV(B) 105.44º 0.9% 0.89% -
XYZ 30.56 56.92 10.14 -
YUV 157.87 51.32 66.75 -
System Red Green Blue C M Y K H S L
Decimal 72 228 22 0.68 0 0.90 0.11 105.44 0.82 0.49
Hex 48 E4 16 44 0 5A B 69 52 31
Octal 110 344 26 104 0 132 13 151 122 61
Binary 1001000 11100100 10110 1000100 0 1011010 1011 1101001 1010010 110001

Color Harmonies of #48E416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48E416

Black with #48E416

Text Example


Text Example

White with #48E416

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,228,22); }

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

background-color css

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

 a { background-color: rgb(72,228,22); }

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

border-color css

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

 span { border-color: rgb(72,228,22); }

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