Html Css Color HEX #40EB05 Harlequin

📋 copy color: '#40EB05'

red 64 ◦ green 235 ◦ blue 5

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

Shades of Harlequin #40EB05

Tints of Harlequin #40EB05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.64%

R = 21.05%
G = 77.3%
B = 1.64%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.98

 K value IS 0.08

RGB Variations

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

Color information

#40EB05 (or 0x40EB05) is known color: Harlequin. HEX triplet: 40, EB and 05. RGB value is (64,235,5). Sum of RGB (Red+Green+Blue) = 64+235+5=304 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.05% from 304); Green value is 235 (92.19% from 255 or 77.30% from 304); Blue value is 5 (2.34% from 255 or 1.64% from 304); Max value from RGB is 235 - color contains mainly: green. Hex color #40EB05 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #40EB05 is #BF14FA. Grayscale: #9E9E9E. Windows color (decimal): -12522747 or 387904. OLE color: 387904.

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

Color convert

RGB 64 235 5 -
CMYK 0.73 0 0.98 0.08
HSL 104.61º 0.96% 0.47% -
HSV(B) 104.61º 0.98% 0.92% -
XYZ 31.85 60.52 10.15 -
YUV 157.65 41.85 61.2 -
System Red Green Blue C M Y K H S L
Decimal 64 235 5 0.73 0 0.98 0.08 104.61 0.96 0.47
Hex 40 EB 5 49 0 62 8 69 60 2F
Octal 100 353 5 111 0 142 10 151 140 57
Binary 1000000 11101011 101 1001001 0 1100010 1000 1101001 1100000 101111

Color Harmonies of #40EB05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40EB05

Black with #40EB05

Text Example


Text Example

White with #40EB05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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