Html Css Color HEX #48E90D Harlequin

📋 copy color: '#48E90D'

red 72 ◦ green 233 ◦ blue 13

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

Shades of Harlequin #48E90D

Tints of Harlequin #48E90D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.09%

R = 22.64%
G = 73.27%
B = 4.09%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.94

 K value IS 0.09

RGB Variations

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

Color information

#48E90D (or 0x48E90D) is known color: Harlequin. HEX triplet: 48, E9 and 0D. RGB value is (72,233,13). Sum of RGB (Red+Green+Blue) = 72+233+13=318 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.64% from 318); Green value is 233 (91.41% from 255 or 73.27% from 318); Blue value is 13 (5.47% from 255 or 4.09% from 318); Max value from RGB is 233 - color contains mainly: green. Hex color #48E90D is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #48E90D is #B716F2. Grayscale: #A0A0A0. Windows color (decimal): -11998963 or 911688. OLE color: 911688.

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

Color convert

RGB 72 233 13 -
CMYK 0.69 0 0.94 0.09
HSL 103.91º 0.89% 0.48% -
HSV(B) 103.91º 0.94% 0.91% -
XYZ 31.88 59.68 10.22 -
YUV 159.78 45.16 65.39 -
System Red Green Blue C M Y K H S L
Decimal 72 233 13 0.69 0 0.94 0.09 103.91 0.89 0.48
Hex 48 E9 D 45 0 5E 9 68 59 30
Octal 110 351 15 105 0 136 11 150 131 60
Binary 1001000 11101001 1101 1000101 0 1011110 1001 1101000 1011001 110000

Color Harmonies of #48E90D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48E90D

Black with #48E90D

Text Example


Text Example

White with #48E90D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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