Html Css Color HEX #48F314 Harlequin

📋 copy color: '#48F314'

red 72 ◦ green 243 ◦ blue 20

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

Shades of Harlequin #48F314

Tints of Harlequin #48F314

RGB

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

 GREEN value IS 243 (95.31% from 255) = 72.54%

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

R = 21.49%
G = 72.54%
B = 5.97%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#48F314 (or 0x48F314) is known color: Harlequin. HEX triplet: 48, F3 and 14. RGB value is (72,243,20). Sum of RGB (Red+Green+Blue) = 72+243+20=335 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.49% from 335); Green value is 243 (95.31% from 255 or 72.54% from 335); Blue value is 20 (8.20% from 255 or 5.97% from 335); Max value from RGB is 243 - color contains mainly: green. Hex color #48F314 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #48F314 is #B70CEB. Grayscale: #A7A7A7. Windows color (decimal): -11996396 or 1373000. OLE color: 1373000.

HSL color Cylindrical-coordinate representation of color #48F314: hue angle of 106.01º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #48F314 is Cyan = 0.70, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.05.

Color convert

RGB 72 243 20 -
CMYK 0.70 0 0.92 0.05
HSL 106.01º 0.9% 0.52% -
HSV(B) 106.01º 0.92% 0.95% -
XYZ 34.85 65.53 11.47 -
YUV 166.45 45.35 60.63 -
System Red Green Blue C M Y K H S L
Decimal 72 243 20 0.70 0 0.92 0.05 106.01 0.9 0.52
Hex 48 F3 14 46 0 5C 5 6A 5A 34
Octal 110 363 24 106 0 134 5 152 132 64
Binary 1001000 11110011 10100 1000110 0 1011100 101 1101010 1011010 110100

Color Harmonies of #48F314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48F314

Black with #48F314

Text Example


Text Example

White with #48F314

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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