Html Css Color HEX #56F730 Harlequin

📋 copy color: '#56F730'

red 86 ◦ green 247 ◦ blue 48

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

Shades of Harlequin #56F730

Tints of Harlequin #56F730

RGB

 RED value IS 86 (33.98% from 255) = 22.57%

 GREEN value IS 247 (96.88% from 255) = 64.83%

 BLUE value IS 48 (19.14% from 255) = 12.6%

R = 22.57%
G = 64.83%
B = 12.6%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.81

 K value IS 0.03

RGB Variations

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

Color information

#56F730 (or 0x56F730) is known color: Harlequin. HEX triplet: 56, F7 and 30. RGB value is (86,247,48). Sum of RGB (Red+Green+Blue) = 86+247+48=381 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.57% from 381); Green value is 247 (96.88% from 255 or 64.83% from 381); Blue value is 48 (19.14% from 255 or 12.60% from 381); Max value from RGB is 247 - color contains mainly: green. Hex color #56F730 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #56F730 is #A908CF. Grayscale: #B0B0B0. Windows color (decimal): -11077840 or 3209046. OLE color: 3209046.

HSL color Cylindrical-coordinate representation of color #56F730: hue angle of 108.54º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #56F730 is Cyan = 0.65, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.03.

Color convert

RGB 86 247 48 -
CMYK 0.65 0 0.81 0.03
HSL 108.54º 0.93% 0.58% -
HSV(B) 108.54º 0.81% 0.97% -
XYZ 37.63 68.71 14.08 -
YUV 176.18 55.66 63.68 -
System Red Green Blue C M Y K H S L
Decimal 86 247 48 0.65 0 0.81 0.03 108.54 0.93 0.58
Hex 56 F7 30 41 0 51 3 6D 5D 3A
Octal 126 367 60 101 0 121 3 155 135 72
Binary 1010110 11110111 110000 1000001 0 1010001 11 1101101 1011101 111010

Color Harmonies of #56F730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56F730

Black with #56F730

Text Example


Text Example

White with #56F730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56F730; }

 p { color: rgb(86,247,48); }

 H1.HeaderClassName
 {
   color: #56F730;
 }
 .AnyTagClassName
 {
   color: #56F730;
 }
</style>

background-color css

<style>
 a { background-color: #56F730; }

 a { background-color: rgb(86,247,48); }

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

border-color css

<style>
 span { border-color: #56F730; }

 span { border-color: rgb(86,247,48); }

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