Html Css Color HEX #48FE21 Harlequin

📋 copy color: '#48FE21'

red 72 ◦ green 254 ◦ blue 33

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

Shades of Harlequin #48FE21

Tints of Harlequin #48FE21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 9.19%

R = 20.06%
G = 70.75%
B = 9.19%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.87

 K value IS 0.00

RGB Variations

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

Color information

#48FE21 (or 0x48FE21) is known color: Harlequin. HEX triplet: 48, FE and 21. RGB value is (72,254,33). Sum of RGB (Red+Green+Blue) = 72+254+33=359 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.06% from 359); Green value is 254 (99.61% from 255 or 70.75% from 359); Blue value is 33 (13.28% from 255 or 9.19% from 359); Max value from RGB is 254 - color contains mainly: green. Hex color #48FE21 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #48FE21 is #B701DE. Grayscale: #AFAFAF. Windows color (decimal): -11993567 or 2227784. OLE color: 2227784.

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

Color convert

RGB 72 254 33 -
CMYK 0.72 0 0.87 0.00
HSL 109.41º 0.99% 0.56% -
HSV(B) 109.41º 0.87% 1% -
XYZ 38.39 72.37 13.38 -
YUV 174.39 48.2 54.97 -
System Red Green Blue C M Y K H S L
Decimal 72 254 33 0.72 0 0.87 0.00 109.41 0.99 0.56
Hex 48 FE 21 48 0 57 0 6D 63 38
Octal 110 376 41 110 0 127 0 155 143 70
Binary 1001000 11111110 100001 1001000 0 1010111 0 1101101 1100011 111000

Color Harmonies of #48FE21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48FE21

Black with #48FE21

Text Example


Text Example

White with #48FE21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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