Html Css Color HEX #46ED0F Harlequin

📋 copy color: '#46ED0F'

red 70 ◦ green 237 ◦ blue 15

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

Shades of Harlequin #46ED0F

Tints of Harlequin #46ED0F

RGB

 RED value IS 70 (27.73% from 255) = 21.74%

 GREEN value IS 237 (92.97% from 255) = 73.6%

 BLUE value IS 15 (6.25% from 255) = 4.66%

R = 21.74%
G = 73.6%
B = 4.66%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#46ED0F (or 0x46ED0F) is known color: Harlequin. HEX triplet: 46, ED and 0F. RGB value is (70,237,15). Sum of RGB (Red+Green+Blue) = 70+237+15=322 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.74% from 322); Green value is 237 (92.97% from 255 or 73.60% from 322); Blue value is 15 (6.25% from 255 or 4.66% from 322); Max value from RGB is 237 - color contains mainly: green. Hex color #46ED0F is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #46ED0F is #B912F0. Grayscale: #A2A2A2. Windows color (decimal): -12129009 or 1043782. OLE color: 1043782.

HSL color Cylindrical-coordinate representation of color #46ED0F: hue angle of 105.14º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #46ED0F is Cyan = 0.70, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.07.

Color convert

RGB 70 237 15 -
CMYK 0.70 0 0.94 0.07
HSL 105.14º 0.88% 0.49% -
HSV(B) 105.14º 0.94% 0.93% -
XYZ 32.9 61.9 10.67 -
YUV 161.76 45.17 62.55 -
System Red Green Blue C M Y K H S L
Decimal 70 237 15 0.70 0 0.94 0.07 105.14 0.88 0.49
Hex 46 ED F 46 0 5E 7 69 58 31
Octal 106 355 17 106 0 136 7 151 130 61
Binary 1000110 11101101 1111 1000110 0 1011110 111 1101001 1011000 110001

Color Harmonies of #46ED0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46ED0F

Black with #46ED0F

Text Example


Text Example

White with #46ED0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46ED0F; }

 p { color: rgb(70,237,15); }

 H1.HeaderClassName
 {
   color: #46ED0F;
 }
 .AnyTagClassName
 {
   color: #46ED0F;
 }
</style>

background-color css

<style>
 a { background-color: #46ED0F; }

 a { background-color: rgb(70,237,15); }

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

border-color css

<style>
 span { border-color: #46ED0F; }

 span { border-color: rgb(70,237,15); }

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