Html Css Color HEX #48FE25 Harlequin

📋 copy color: '#48FE25'

red 72 ◦ green 254 ◦ blue 37

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

Shades of Harlequin #48FE25

Tints of Harlequin #48FE25

RGB

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

 GREEN value IS 254 (99.61% from 255) = 69.97%

 BLUE value IS 37 (14.84% from 255) = 10.19%

R = 19.83%
G = 69.97%
B = 10.19%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.85

 K value IS 0.00

RGB Variations

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

Color information

#48FE25 (or 0x48FE25) is known color: Harlequin. HEX triplet: 48, FE and 25. RGB value is (72,254,37). Sum of RGB (Red+Green+Blue) = 72+254+37=363 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.83% from 363); Green value is 254 (99.61% from 255 or 69.97% from 363); Blue value is 37 (14.84% from 255 or 10.19% from 363); Max value from RGB is 254 - color contains mainly: green. Hex color #48FE25 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #48FE25 is #B701DA. Grayscale: #AFAFAF. Windows color (decimal): -11993563 or 2489928. OLE color: 2489928.

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

Color convert

RGB 72 254 37 -
CMYK 0.72 0 0.85 0.00
HSL 110.32º 0.99% 0.57% -
HSV(B) 110.32º 0.85% 1% -
XYZ 38.45 72.39 13.7 -
YUV 174.84 50.2 54.64 -
System Red Green Blue C M Y K H S L
Decimal 72 254 37 0.72 0 0.85 0.00 110.32 0.99 0.57
Hex 48 FE 25 48 0 55 0 6E 63 39
Octal 110 376 45 110 0 125 0 156 143 71
Binary 1001000 11111110 100101 1001000 0 1010101 0 1101110 1100011 111001

Color Harmonies of #48FE25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48FE25

Black with #48FE25

Text Example


Text Example

White with #48FE25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,254,37); }

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

background-color css

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

 a { background-color: rgb(72,254,37); }

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

border-color css

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

 span { border-color: rgb(72,254,37); }

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