Html Css Color HEX #48E405 Harlequin

📋 copy color: '#48E405'

red 72 ◦ green 228 ◦ blue 5

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

Shades of Harlequin #48E405

Tints of Harlequin #48E405

RGB

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

 GREEN value IS 228 (89.45% from 255) = 74.75%

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

R = 23.61%
G = 74.75%
B = 1.64%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.98

 K value IS 0.11

RGB Variations

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

Color information

#48E405 (or 0x48E405) is known color: Harlequin. HEX triplet: 48, E4 and 05. RGB value is (72,228,5). Sum of RGB (Red+Green+Blue) = 72+228+5=305 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.61% from 305); Green value is 228 (89.45% from 255 or 74.75% from 305); Blue value is 5 (2.34% from 255 or 1.64% from 305); Max value from RGB is 228 - color contains mainly: green. Hex color #48E405 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #48E405 is #B71BFA. Grayscale: #9C9C9C. Windows color (decimal): -12000251 or 386120. OLE color: 386120.

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

Color convert

RGB 72 228 5 -
CMYK 0.68 0 0.98 0.11
HSL 101.97º 0.96% 0.46% -
HSV(B) 101.97º 0.98% 0.89% -
XYZ 30.44 56.88 9.52 -
YUV 155.93 42.82 68.13 -
System Red Green Blue C M Y K H S L
Decimal 72 228 5 0.68 0 0.98 0.11 101.97 0.96 0.46
Hex 48 E4 5 44 0 62 B 66 60 2E
Octal 110 344 5 104 0 142 13 146 140 56
Binary 1001000 11100100 101 1000100 0 1100010 1011 1100110 1100000 101110

Color Harmonies of #48E405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48E405

Black with #48E405

Text Example


Text Example

White with #48E405

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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