Html Css Color HEX #48F614 Harlequin

📋 copy color: '#48F614'

red 72 ◦ green 246 ◦ blue 20

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

Shades of Harlequin #48F614

Tints of Harlequin #48F614

RGB

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

 GREEN value IS 246 (96.48% from 255) = 72.78%

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

R = 21.3%
G = 72.78%
B = 5.92%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.92

 K value IS 0.04

RGB Variations

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

Color information

#48F614 (or 0x48F614) is known color: Harlequin. HEX triplet: 48, F6 and 14. RGB value is (72,246,20). Sum of RGB (Red+Green+Blue) = 72+246+20=338 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.30% from 338); Green value is 246 (96.48% from 255 or 72.78% from 338); Blue value is 20 (8.20% from 255 or 5.92% from 338); Max value from RGB is 246 - color contains mainly: green. Hex color #48F614 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #48F614 is #B709EB. Grayscale: #A8A8A8. Windows color (decimal): -11995628 or 1373768. OLE color: 1373768.

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

Color convert

RGB 72 246 20 -
CMYK 0.71 0 0.92 0.04
HSL 106.19º 0.93% 0.52% -
HSV(B) 106.19º 0.92% 0.96% -
XYZ 35.75 67.34 11.78 -
YUV 168.21 44.35 59.38 -
System Red Green Blue C M Y K H S L
Decimal 72 246 20 0.71 0 0.92 0.04 106.19 0.93 0.52
Hex 48 F6 14 47 0 5C 4 6A 5D 34
Octal 110 366 24 107 0 134 4 152 135 64
Binary 1001000 11110110 10100 1000111 0 1011100 100 1101010 1011101 110100

Color Harmonies of #48F614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48F614

Black with #48F614

Text Example


Text Example

White with #48F614

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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