Html Css Color HEX #48E71B Harlequin

📋 copy color: '#48E71B'

red 72 ◦ green 231 ◦ blue 27

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

Shades of Harlequin #48E71B

Tints of Harlequin #48E71B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.18%

R = 21.82%
G = 70%
B = 8.18%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.88

 K value IS 0.09

RGB Variations

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

Color information

#48E71B (or 0x48E71B) is known color: Harlequin. HEX triplet: 48, E7 and 1B. RGB value is (72,231,27). Sum of RGB (Red+Green+Blue) = 72+231+27=330 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.82% from 330); Green value is 231 (90.62% from 255 or 70% from 330); Blue value is 27 (10.94% from 255 or 8.18% from 330); Max value from RGB is 231 - color contains mainly: green. Hex color #48E71B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #48E71B is #B718E4. Grayscale: #A0A0A0. Windows color (decimal): -11999461 or 1828680. OLE color: 1828680.

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

Color convert

RGB 72 231 27 -
CMYK 0.69 0 0.88 0.09
HSL 106.76º 0.81% 0.51% -
HSV(B) 106.76º 0.88% 0.91% -
XYZ 31.45 58.61 10.69 -
YUV 160.2 52.82 65.09 -
System Red Green Blue C M Y K H S L
Decimal 72 231 27 0.69 0 0.88 0.09 106.76 0.81 0.51
Hex 48 E7 1B 45 0 58 9 6B 51 33
Octal 110 347 33 105 0 130 11 153 121 63
Binary 1001000 11100111 11011 1000101 0 1011000 1001 1101011 1010001 110011

Color Harmonies of #48E71B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48E71B

Black with #48E71B

Text Example


Text Example

White with #48E71B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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