Html Css Color HEX #51E414 Harlequin

📋 copy color: '#51E414'

red 81 ◦ green 228 ◦ blue 20

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

Shades of Harlequin #51E414

Tints of Harlequin #51E414

RGB

 RED value IS 81 (32.03% from 255) = 24.62%

 GREEN value IS 228 (89.45% from 255) = 69.3%

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

R = 24.62%
G = 69.3%
B = 6.08%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.91

 K value IS 0.11

RGB Variations

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

Color information

#51E414 (or 0x51E414) is known color: Harlequin. HEX triplet: 51, E4 and 14. RGB value is (81,228,20). Sum of RGB (Red+Green+Blue) = 81+228+20=329 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.62% from 329); Green value is 228 (89.45% from 255 or 69.30% from 329); Blue value is 20 (8.20% from 255 or 6.08% from 329); Max value from RGB is 228 - color contains mainly: green. Hex color #51E414 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #51E414 is #AE1BEB. Grayscale: #A1A1A1. Windows color (decimal): -11410412 or 1369169. OLE color: 1369169.

HSL color Cylindrical-coordinate representation of color #51E414: hue angle of 102.4º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #51E414 is Cyan = 0.64, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.11.

Color convert

RGB 81 228 20 -
CMYK 0.64 0 0.91 0.11
HSL 102.4º 0.84% 0.49% -
HSV(B) 102.4º 0.91% 0.89% -
XYZ 31.26 57.29 10.07 -
YUV 160.34 48.8 71.41 -
System Red Green Blue C M Y K H S L
Decimal 81 228 20 0.64 0 0.91 0.11 102.4 0.84 0.49
Hex 51 E4 14 40 0 5B B 66 54 31
Octal 121 344 24 100 0 133 13 146 124 61
Binary 1010001 11100100 10100 1000000 0 1011011 1011 1100110 1010100 110001

Color Harmonies of #51E414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51E414

Black with #51E414

Text Example


Text Example

White with #51E414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51E414; }

 p { color: rgb(81,228,20); }

 H1.HeaderClassName
 {
   color: #51E414;
 }
 .AnyTagClassName
 {
   color: #51E414;
 }
</style>

background-color css

<style>
 a { background-color: #51E414; }

 a { background-color: rgb(81,228,20); }

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

border-color css

<style>
 span { border-color: #51E414; }

 span { border-color: rgb(81,228,20); }

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