Html Css Color HEX #40EB07 Harlequin

📋 copy color: '#40EB07'

red 64 ◦ green 235 ◦ blue 7

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

Shades of Harlequin #40EB07

Tints of Harlequin #40EB07

RGB

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

 GREEN value IS 235 (92.19% from 255) = 76.8%

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

R = 20.92%
G = 76.8%
B = 2.29%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.97

 K value IS 0.08

RGB Variations

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

Color information

#40EB07 (or 0x40EB07) is known color: Harlequin. HEX triplet: 40, EB and 07. RGB value is (64,235,7). Sum of RGB (Red+Green+Blue) = 64+235+7=306 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.92% from 306); Green value is 235 (92.19% from 255 or 76.80% from 306); Blue value is 7 (3.12% from 255 or 2.29% from 306); Max value from RGB is 235 - color contains mainly: green. Hex color #40EB07 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #40EB07 is #BF14F8. Grayscale: #9E9E9E. Windows color (decimal): -12522745 or 518976. OLE color: 518976.

HSL color Cylindrical-coordinate representation of color #40EB07: hue angle of 105º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #40EB07 is Cyan = 0.73, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.08.

Color convert

RGB 64 235 7 -
CMYK 0.73 0 0.97 0.08
HSL 105º 0.94% 0.47% -
HSV(B) 105º 0.97% 0.92% -
XYZ 31.86 60.52 10.2 -
YUV 157.88 42.85 61.04 -
System Red Green Blue C M Y K H S L
Decimal 64 235 7 0.73 0 0.97 0.08 105 0.94 0.47
Hex 40 EB 7 49 0 61 8 69 5E 2F
Octal 100 353 7 111 0 141 10 151 136 57
Binary 1000000 11101011 111 1001001 0 1100001 1000 1101001 1011110 101111

Color Harmonies of #40EB07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40EB07

Black with #40EB07

Text Example


Text Example

White with #40EB07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,235,7); }

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

background-color css

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

 a { background-color: rgb(64,235,7); }

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

border-color css

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

 span { border-color: rgb(64,235,7); }

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