Html Css Color HEX #48F62B Harlequin

📋 copy color: '#48F62B'

red 72 ◦ green 246 ◦ blue 43

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

Shades of Harlequin #48F62B

Tints of Harlequin #48F62B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 11.91%

R = 19.94%
G = 68.14%
B = 11.91%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.83

 K value IS 0.04

RGB Variations

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

Color information

#48F62B (or 0x48F62B) is known color: Harlequin. HEX triplet: 48, F6 and 2B. RGB value is (72,246,43). Sum of RGB (Red+Green+Blue) = 72+246+43=361 (47% of max value = 765). Red value is 72 (28.52% from 255 or 19.94% from 361); Green value is 246 (96.48% from 255 or 68.14% from 361); Blue value is 43 (17.19% from 255 or 11.91% from 361); Max value from RGB is 246 - color contains mainly: green. Hex color #48F62B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #48F62B is #B709D4. Grayscale: #ABABAB. Windows color (decimal): -11995605 or 2881096. OLE color: 2881096.

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

Color convert

RGB 72 246 43 -
CMYK 0.71 0 0.83 0.04
HSL 111.43º 0.92% 0.57% -
HSV(B) 111.43º 0.83% 0.96% -
XYZ 36.06 67.46 13.41 -
YUV 170.83 55.85 57.51 -
System Red Green Blue C M Y K H S L
Decimal 72 246 43 0.71 0 0.83 0.04 111.43 0.92 0.57
Hex 48 F6 2B 47 0 53 4 6F 5C 39
Octal 110 366 53 107 0 123 4 157 134 71
Binary 1001000 11110110 101011 1000111 0 1010011 100 1101111 1011100 111001

Color Harmonies of #48F62B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48F62B

Black with #48F62B

Text Example


Text Example

White with #48F62B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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