Html Css Color HEX #40D71B Kelly Green

📋 copy color: '#40D71B'

red 64 ◦ green 215 ◦ blue 27

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

Shades of Kelly Green #40D71B

Tints of Kelly Green #40D71B

RGB

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

 GREEN value IS 215 (84.38% from 255) = 70.26%

 BLUE value IS 27 (10.94% from 255) = 8.82%

R = 20.92%
G = 70.26%
B = 8.82%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#40D71B (or 0x40D71B) is known color: Kelly Green. HEX triplet: 40, D7 and 1B. RGB value is (64,215,27). Sum of RGB (Red+Green+Blue) = 64+215+27=306 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.92% from 306); Green value is 215 (84.38% from 255 or 70.26% from 306); Blue value is 27 (10.94% from 255 or 8.82% from 306); Max value from RGB is 215 - color contains mainly: green. Hex color #40D71B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40D71B is #BF28E4. Grayscale: #959595. Windows color (decimal): -12527845 or 1824576. OLE color: 1824576.

HSL color Cylindrical-coordinate representation of color #40D71B: hue angle of 108.19º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #40D71B is Cyan = 0.70, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.16.

Color convert

RGB 64 215 27 -
CMYK 0.70 0 0.87 0.16
HSL 108.19º 0.78% 0.47% -
HSV(B) 108.19º 0.87% 0.84% -
XYZ 26.61 49.77 9.24 -
YUV 148.42 59.47 67.79 -
System Red Green Blue C M Y K H S L
Decimal 64 215 27 0.70 0 0.87 0.16 108.19 0.78 0.47
Hex 40 D7 1B 46 0 57 10 6C 4E 2F
Octal 100 327 33 106 0 127 20 154 116 57
Binary 1000000 11010111 11011 1000110 0 1010111 10000 1101100 1001110 101111

Color Harmonies of #40D71B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40D71B

Black with #40D71B

Text Example


Text Example

White with #40D71B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,215,27); }

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

background-color css

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

 a { background-color: rgb(64,215,27); }

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

border-color css

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

 span { border-color: rgb(64,215,27); }

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