Html Css Color HEX #46EF14 Harlequin

📋 copy color: '#46EF14'

red 70 ◦ green 239 ◦ blue 20

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

Shades of Harlequin #46EF14

Tints of Harlequin #46EF14

RGB

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

 GREEN value IS 239 (93.75% from 255) = 72.64%

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

R = 21.28%
G = 72.64%
B = 6.08%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#46EF14 (or 0x46EF14) is known color: Harlequin. HEX triplet: 46, EF and 14. RGB value is (70,239,20). Sum of RGB (Red+Green+Blue) = 70+239+20=329 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.28% from 329); Green value is 239 (93.75% from 255 or 72.64% from 329); Blue value is 20 (8.20% from 255 or 6.08% from 329); Max value from RGB is 239 - color contains mainly: green. Hex color #46EF14 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #46EF14 is #B910EB. Grayscale: #A4A4A4. Windows color (decimal): -12128492 or 1371974. OLE color: 1371974.

HSL color Cylindrical-coordinate representation of color #46EF14: hue angle of 106.3º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #46EF14 is Cyan = 0.71, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.06.

Color convert

RGB 70 239 20 -
CMYK 0.71 0 0.92 0.06
HSL 106.3º 0.87% 0.51% -
HSV(B) 106.3º 0.92% 0.94% -
XYZ 33.52 63.09 11.07 -
YUV 163.5 47.01 61.31 -
System Red Green Blue C M Y K H S L
Decimal 70 239 20 0.71 0 0.92 0.06 106.3 0.87 0.51
Hex 46 EF 14 47 0 5C 6 6A 57 33
Octal 106 357 24 107 0 134 6 152 127 63
Binary 1000110 11101111 10100 1000111 0 1011100 110 1101010 1010111 110011

Color Harmonies of #46EF14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46EF14

Black with #46EF14

Text Example


Text Example

White with #46EF14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,239,20); }

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

background-color css

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

 a { background-color: rgb(70,239,20); }

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

border-color css

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

 span { border-color: rgb(70,239,20); }

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