Html Css Color HEX #48FF27 Harlequin

📋 copy color: '#48FF27'

red 72 ◦ green 255 ◦ blue 39

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

Shades of Harlequin #48FF27

Tints of Harlequin #48FF27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 10.66%

R = 19.67%
G = 69.67%
B = 10.66%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.85

 K value IS 0

RGB Variations

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

Color information

#48FF27 (or 0x48FF27) is known color: Harlequin. HEX triplet: 48, FF and 27. RGB value is (72,255,39). Sum of RGB (Red+Green+Blue) = 72+255+39=366 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.67% from 366); Green value is 255 (100% from 255 or 69.67% from 366); Blue value is 39 (15.62% from 255 or 10.66% from 366); Max value from RGB is 255 - color contains mainly: green. Hex color #48FF27 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #48FF27 is #B700D8. Grayscale: #B0B0B0. Windows color (decimal): -11993305 or 2621256. OLE color: 2621256.

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

Color convert

RGB 72 255 39 -
CMYK 0.72 0 0.85 0
HSL 110.83º 1% 0.58% -
HSV(B) 110.83º 0.85% 1% -
XYZ 38.8 73.04 13.97 -
YUV 175.66 50.87 54.06 -
System Red Green Blue C M Y K H S L
Decimal 72 255 39 0.72 0 0.85 0 110.83 1 0.58
Hex 48 FF 27 48 0 55 0 6F 64 3A
Octal 110 377 47 110 0 125 0 157 144 72
Binary 1001000 11111111 100111 1001000 0 1010101 0 1101111 1100100 111010

Color Harmonies of #48FF27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48FF27

Black with #48FF27

Text Example


Text Example

White with #48FF27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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