Html Css Color HEX #48FA14 Harlequin

📋 copy color: '#48FA14'

red 72 ◦ green 250 ◦ blue 20

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

Shades of Harlequin #48FA14

Tints of Harlequin #48FA14

RGB

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

 GREEN value IS 250 (98.05% from 255) = 73.1%

 BLUE value IS 20 (8.2% from 255) = 5.85%

R = 21.05%
G = 73.1%
B = 5.85%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#48FA14 (or 0x48FA14) is known color: Harlequin. HEX triplet: 48, FA and 14. RGB value is (72,250,20). Sum of RGB (Red+Green+Blue) = 72+250+20=342 (45% of max value = 765). Red value is 72 (28.52% from 255 or 21.05% from 342); Green value is 250 (98.05% from 255 or 73.10% from 342); Blue value is 20 (8.20% from 255 or 5.85% from 342); Max value from RGB is 250 - color contains mainly: green. Hex color #48FA14 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #48FA14 is #B705EB. Grayscale: #ABABAB. Windows color (decimal): -11994604 or 1374792. OLE color: 1374792.

HSL color Cylindrical-coordinate representation of color #48FA14: hue angle of 106.43º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #48FA14 is Cyan = 0.71, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.

Color convert

RGB 72 250 20 -
CMYK 0.71 0 0.92 0.02
HSL 106.43º 0.96% 0.53% -
HSV(B) 106.43º 0.92% 0.98% -
XYZ 36.98 69.8 12.19 -
YUV 170.56 43.03 57.7 -
System Red Green Blue C M Y K H S L
Decimal 72 250 20 0.71 0 0.92 0.02 106.43 0.96 0.53
Hex 48 FA 14 47 0 5C 2 6A 60 35
Octal 110 372 24 107 0 134 2 152 140 65
Binary 1001000 11111010 10100 1000111 0 1011100 10 1101010 1100000 110101

Color Harmonies of #48FA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48FA14

Black with #48FA14

Text Example


Text Example

White with #48FA14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,250,20); }

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

background-color css

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

 a { background-color: rgb(72,250,20); }

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

border-color css

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

 span { border-color: rgb(72,250,20); }

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