Html Css Color HEX #40EF1C Harlequin

📋 copy color: '#40EF1C'

red 64 ◦ green 239 ◦ blue 28

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

Shades of Harlequin #40EF1C

Tints of Harlequin #40EF1C

RGB

 RED value IS 64 (25.39% from 255) = 19.34%

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

 BLUE value IS 28 (11.33% from 255) = 8.46%

R = 19.34%
G = 72.21%
B = 8.46%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#40EF1C (or 0x40EF1C) is known color: Harlequin. HEX triplet: 40, EF and 1C. RGB value is (64,239,28). Sum of RGB (Red+Green+Blue) = 64+239+28=331 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.34% from 331); Green value is 239 (93.75% from 255 or 72.21% from 331); Blue value is 28 (11.33% from 255 or 8.46% from 331); Max value from RGB is 239 - color contains mainly: green. Hex color #40EF1C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #40EF1C is #BF10E3. Grayscale: #A3A3A3. Windows color (decimal): -12521700 or 1896256. OLE color: 1896256.

HSL color Cylindrical-coordinate representation of color #40EF1C: hue angle of 109.76º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #40EF1C is Cyan = 0.73, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.06.

Color convert

RGB 64 239 28 -
CMYK 0.73 0 0.88 0.06
HSL 109.76º 0.87% 0.52% -
HSV(B) 109.76º 0.88% 0.94% -
XYZ 33.19 62.91 11.49 -
YUV 162.62 52.02 57.66 -
System Red Green Blue C M Y K H S L
Decimal 64 239 28 0.73 0 0.88 0.06 109.76 0.87 0.52
Hex 40 EF 1C 49 0 58 6 6E 57 34
Octal 100 357 34 111 0 130 6 156 127 64
Binary 1000000 11101111 11100 1001001 0 1011000 110 1101110 1010111 110100

Color Harmonies of #40EF1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40EF1C

Black with #40EF1C

Text Example


Text Example

White with #40EF1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40EF1C; }

 p { color: rgb(64,239,28); }

 H1.HeaderClassName
 {
   color: #40EF1C;
 }
 .AnyTagClassName
 {
   color: #40EF1C;
 }
</style>

background-color css

<style>
 a { background-color: #40EF1C; }

 a { background-color: rgb(64,239,28); }

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

border-color css

<style>
 span { border-color: #40EF1C; }

 span { border-color: rgb(64,239,28); }

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