Html Css Color HEX #48E720 Harlequin

📋 copy color: '#48E720'

red 72 ◦ green 231 ◦ blue 32

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

Shades of Harlequin #48E720

Tints of Harlequin #48E720

RGB

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

 GREEN value IS 231 (90.63% from 255) = 68.96%

 BLUE value IS 32 (12.89% from 255) = 9.55%

R = 21.49%
G = 68.96%
B = 9.55%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.86

 K value IS 0.09

RGB Variations

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

Color information

#48E720 (or 0x48E720) is known color: Harlequin. HEX triplet: 48, E7 and 20. RGB value is (72,231,32). Sum of RGB (Red+Green+Blue) = 72+231+32=335 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.49% from 335); Green value is 231 (90.62% from 255 or 68.96% from 335); Blue value is 32 (12.89% from 255 or 9.55% from 335); Max value from RGB is 231 - color contains mainly: green. Hex color #48E720 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #48E720 is #B718DF. Grayscale: #A1A1A1. Windows color (decimal): -11999456 or 2156360. OLE color: 2156360.

HSL color Cylindrical-coordinate representation of color #48E720: hue angle of 107.94º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #48E720 is Cyan = 0.69, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.09.

Color convert

RGB 72 231 32 -
CMYK 0.69 0 0.86 0.09
HSL 107.94º 0.81% 0.52% -
HSV(B) 107.94º 0.86% 0.91% -
XYZ 31.51 58.63 11.02 -
YUV 160.77 55.32 64.68 -
System Red Green Blue C M Y K H S L
Decimal 72 231 32 0.69 0 0.86 0.09 107.94 0.81 0.52
Hex 48 E7 20 45 0 56 9 6C 51 34
Octal 110 347 40 105 0 126 11 154 121 64
Binary 1001000 11100111 100000 1000101 0 1010110 1001 1101100 1010001 110100

Color Harmonies of #48E720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48E720

Black with #48E720

Text Example


Text Example

White with #48E720

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,231,32); }

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

background-color css

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

 a { background-color: rgb(72,231,32); }

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

border-color css

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

 span { border-color: rgb(72,231,32); }

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