Html Css Color HEX #48E005 Harlequin

📋 copy color: '#48E005'

red 72 ◦ green 224 ◦ blue 5

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

Shades of Harlequin #48E005

Tints of Harlequin #48E005

RGB

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

 GREEN value IS 224 (87.89% from 255) = 74.42%

 BLUE value IS 5 (2.34% from 255) = 1.66%

R = 23.92%
G = 74.42%
B = 1.66%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.98

 K value IS 0.12

RGB Variations

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

Color information

#48E005 (or 0x48E005) is known color: Harlequin. HEX triplet: 48, E0 and 05. RGB value is (72,224,5). Sum of RGB (Red+Green+Blue) = 72+224+5=301 (39% of max value = 765). Red value is 72 (28.52% from 255 or 23.92% from 301); Green value is 224 (87.89% from 255 or 74.42% from 301); Blue value is 5 (2.34% from 255 or 1.66% from 301); Max value from RGB is 224 - color contains mainly: green. Hex color #48E005 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #48E005 is #B71FFA. Grayscale: #9A9A9A. Windows color (decimal): -12001275 or 385096. OLE color: 385096.

HSL color Cylindrical-coordinate representation of color #48E005: hue angle of 101.64º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #48E005 is Cyan = 0.68, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.12.

Color convert

RGB 72 224 5 -
CMYK 0.68 0 0.98 0.12
HSL 101.64º 0.96% 0.45% -
HSV(B) 101.64º 0.98% 0.88% -
XYZ 29.36 54.7 9.15 -
YUV 153.59 44.14 69.81 -
System Red Green Blue C M Y K H S L
Decimal 72 224 5 0.68 0 0.98 0.12 101.64 0.96 0.45
Hex 48 E0 5 44 0 62 C 66 60 2D
Octal 110 340 5 104 0 142 14 146 140 55
Binary 1001000 11100000 101 1000100 0 1100010 1100 1100110 1100000 101101

Color Harmonies of #48E005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48E005

Black with #48E005

Text Example


Text Example

White with #48E005

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,224,5); }

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

background-color css

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

 a { background-color: rgb(72,224,5); }

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

border-color css

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

 span { border-color: rgb(72,224,5); }

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