Html Css Color HEX #39E014 Harlequin

📋 copy color: '#39E014'

red 57 ◦ green 224 ◦ blue 20

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

Shades of Harlequin #39E014

Tints of Harlequin #39E014

RGB

 RED value IS 57 (22.66% from 255) = 18.94%

 GREEN value IS 224 (87.89% from 255) = 74.42%

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

R = 18.94%
G = 74.42%
B = 6.64%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.91

 K value IS 0.12

RGB Variations

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

Color information

#39E014 (or 0x39E014) is known color: Harlequin. HEX triplet: 39, E0 and 14. RGB value is (57,224,20). Sum of RGB (Red+Green+Blue) = 57+224+20=301 (39% of max value = 765). Red value is 57 (22.66% from 255 or 18.94% from 301); Green value is 224 (87.89% from 255 or 74.42% from 301); Blue value is 20 (8.20% from 255 or 6.64% from 301); Max value from RGB is 224 - color contains mainly: green. Hex color #39E014 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #39E014 is #C61FEB. Grayscale: #979797. Windows color (decimal): -12984300 or 1368121. OLE color: 1368121.

HSL color Cylindrical-coordinate representation of color #39E014: hue angle of 109.12º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #39E014 is Cyan = 0.75, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.12.

Color convert

RGB 57 224 20 -
CMYK 0.75 0 0.91 0.12
HSL 109.12º 0.84% 0.48% -
HSV(B) 109.12º 0.91% 0.88% -
XYZ 28.47 54.23 9.63 -
YUV 150.81 54.17 61.09 -
System Red Green Blue C M Y K H S L
Decimal 57 224 20 0.75 0 0.91 0.12 109.12 0.84 0.48
Hex 39 E0 14 4B 0 5B C 6D 54 30
Octal 71 340 24 113 0 133 14 155 124 60
Binary 111001 11100000 10100 1001011 0 1011011 1100 1101101 1010100 110000

Color Harmonies of #39E014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39E014

Black with #39E014

Text Example


Text Example

White with #39E014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #39E014; }

 p { color: rgb(57,224,20); }

 H1.HeaderClassName
 {
   color: #39E014;
 }
 .AnyTagClassName
 {
   color: #39E014;
 }
</style>

background-color css

<style>
 a { background-color: #39E014; }

 a { background-color: rgb(57,224,20); }

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

border-color css

<style>
 span { border-color: #39E014; }

 span { border-color: rgb(57,224,20); }

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