Html Css Color HEX #46DD07 Harlequin

📋 copy color: '#46DD07'

red 70 ◦ green 221 ◦ blue 7

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

Shades of Harlequin #46DD07

Tints of Harlequin #46DD07

RGB

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

 GREEN value IS 221 (86.72% from 255) = 74.16%

 BLUE value IS 7 (3.13% from 255) = 2.35%

R = 23.49%
G = 74.16%
B = 2.35%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#46DD07 (or 0x46DD07) is known color: Harlequin. HEX triplet: 46, DD and 07. RGB value is (70,221,7). Sum of RGB (Red+Green+Blue) = 70+221+7=298 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.49% from 298); Green value is 221 (86.72% from 255 or 74.16% from 298); Blue value is 7 (3.12% from 255 or 2.35% from 298); Max value from RGB is 221 - color contains mainly: green. Hex color #46DD07 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #46DD07 is #B922F8. Grayscale: #989898. Windows color (decimal): -12133113 or 515398. OLE color: 515398.

HSL color Cylindrical-coordinate representation of color #46DD07: hue angle of 102.34º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #46DD07 is Cyan = 0.68, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.13.

Color convert

RGB 70 221 7 -
CMYK 0.68 0 0.97 0.13
HSL 102.34º 0.94% 0.45% -
HSV(B) 102.34º 0.97% 0.87% -
XYZ 28.42 53.03 8.94 -
YUV 151.46 46.47 69.9 -
System Red Green Blue C M Y K H S L
Decimal 70 221 7 0.68 0 0.97 0.13 102.34 0.94 0.45
Hex 46 DD 7 44 0 61 D 66 5E 2D
Octal 106 335 7 104 0 141 15 146 136 55
Binary 1000110 11011101 111 1000100 0 1100001 1101 1100110 1011110 101101

Color Harmonies of #46DD07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46DD07

Black with #46DD07

Text Example


Text Example

White with #46DD07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,221,7); }

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

background-color css

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

 a { background-color: rgb(70,221,7); }

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

border-color css

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

 span { border-color: rgb(70,221,7); }

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