Html Css Color HEX #48FF23 Harlequin

📋 copy color: '#48FF23'

red 72 ◦ green 255 ◦ blue 35

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

Shades of Harlequin #48FF23

Tints of Harlequin #48FF23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 9.67%

R = 19.89%
G = 70.44%
B = 9.67%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.86

 K value IS 0

RGB Variations

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

Color information

#48FF23 (or 0x48FF23) is known color: Harlequin. HEX triplet: 48, FF and 23. RGB value is (72,255,35). Sum of RGB (Red+Green+Blue) = 72+255+35=362 (47% of max value = 765). Red value is 72 (28.52% from 255 or 19.89% from 362); Green value is 255 (100% from 255 or 70.44% from 362); Blue value is 35 (14.06% from 255 or 9.67% from 362); Max value from RGB is 255 - color contains mainly: green. Hex color #48FF23 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #48FF23 is #B700DC. Grayscale: #AFAFAF. Windows color (decimal): -11993309 or 2359112. OLE color: 2359112.

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

Color convert

RGB 72 255 35 -
CMYK 0.72 0 0.86 0
HSL 109.91º 1% 0.57% -
HSV(B) 109.91º 0.86% 1% -
XYZ 38.74 73.02 13.64 -
YUV 175.2 48.87 54.39 -
System Red Green Blue C M Y K H S L
Decimal 72 255 35 0.72 0 0.86 0 109.91 1 0.57
Hex 48 FF 23 48 0 56 0 6E 64 39
Octal 110 377 43 110 0 126 0 156 144 71
Binary 1001000 11111111 100011 1001000 0 1010110 0 1101110 1100100 111001

Color Harmonies of #48FF23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48FF23

Black with #48FF23

Text Example


Text Example

White with #48FF23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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