Html Css Color HEX #48E91C Harlequin

📋 copy color: '#48E91C'

red 72 ◦ green 233 ◦ blue 28

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

Shades of Harlequin #48E91C

Tints of Harlequin #48E91C

RGB

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

 GREEN value IS 233 (91.41% from 255) = 69.97%

 BLUE value IS 28 (11.33% from 255) = 8.41%

R = 21.62%
G = 69.97%
B = 8.41%

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

#48E91C (or 0x48E91C) is known color: Harlequin. HEX triplet: 48, E9 and 1C. RGB value is (72,233,28). Sum of RGB (Red+Green+Blue) = 72+233+28=333 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.62% from 333); Green value is 233 (91.41% from 255 or 69.97% from 333); Blue value is 28 (11.33% from 255 or 8.41% from 333); Max value from RGB is 233 - color contains mainly: green. Hex color #48E91C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #48E91C is #B716E3. Grayscale: #A2A2A2. Windows color (decimal): -11998948 or 1894728. OLE color: 1894728.

HSL color Cylindrical-coordinate representation of color #48E91C: hue angle of 107.12º degrees, saturation: 0.82, 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 #48E91C is Cyan = 0.69, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.09.

Color convert

RGB 72 233 28 -
CMYK 0.69 0 0.88 0.09
HSL 107.12º 0.82% 0.51% -
HSV(B) 107.12º 0.88% 0.91% -
XYZ 32.02 59.74 10.94 -
YUV 161.49 52.66 64.17 -
System Red Green Blue C M Y K H S L
Decimal 72 233 28 0.69 0 0.88 0.09 107.12 0.82 0.51
Hex 48 E9 1C 45 0 58 9 6B 52 33
Octal 110 351 34 105 0 130 11 153 122 63
Binary 1001000 11101001 11100 1000101 0 1011000 1001 1101011 1010010 110011

Color Harmonies of #48E91C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48E91C

Black with #48E91C

Text Example


Text Example

White with #48E91C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,233,28); }

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

background-color css

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

 a { background-color: rgb(72,233,28); }

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

border-color css

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

 span { border-color: rgb(72,233,28); }

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