Html Css Color HEX #48FF29 Harlequin

📋 copy color: '#48FF29'

red 72 ◦ green 255 ◦ blue 41

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

Shades of Harlequin #48FF29

Tints of Harlequin #48FF29

RGB

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

 GREEN value IS 255 (100% from 255) = 69.29%

 BLUE value IS 41 (16.41% from 255) = 11.14%

R = 19.57%
G = 69.29%
B = 11.14%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.84

 K value IS 0

RGB Variations

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

Color information

#48FF29 (or 0x48FF29) is known color: Harlequin. HEX triplet: 48, FF and 29. RGB value is (72,255,41). Sum of RGB (Red+Green+Blue) = 72+255+41=368 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.57% from 368); Green value is 255 (100% from 255 or 69.29% from 368); Blue value is 41 (16.41% from 255 or 11.14% from 368); Max value from RGB is 255 - color contains mainly: green. Hex color #48FF29 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #48FF29 is #B700D6. Grayscale: #B0B0B0. Windows color (decimal): -11993303 or 2752328. OLE color: 2752328.

HSL color Cylindrical-coordinate representation of color #48FF29: hue angle of 111.31º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #48FF29 is Cyan = 0.72, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.

Color convert

RGB 72 255 41 -
CMYK 0.72 0 0.84 0
HSL 111.31º 1% 0.58% -
HSV(B) 111.31º 0.84% 1% -
XYZ 38.83 73.06 14.15 -
YUV 175.89 51.87 53.9 -
System Red Green Blue C M Y K H S L
Decimal 72 255 41 0.72 0 0.84 0 111.31 1 0.58
Hex 48 FF 29 48 0 54 0 6F 64 3A
Octal 110 377 51 110 0 124 0 157 144 72
Binary 1001000 11111111 101001 1001000 0 1010100 0 1101111 1100100 111010

Color Harmonies of #48FF29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48FF29

Black with #48FF29

Text Example


Text Example

White with #48FF29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,255,41); }

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

background-color css

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

 a { background-color: rgb(72,255,41); }

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

border-color css

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

 span { border-color: rgb(72,255,41); }

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