Html Css Color HEX #40B70E Kelly Green

📋 copy color: '#40B70E'

red 64 ◦ green 183 ◦ blue 14

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

Shades of Kelly Green #40B70E

Tints of Kelly Green #40B70E

RGB

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

 GREEN value IS 183 (71.88% from 255) = 70.11%

 BLUE value IS 14 (5.86% from 255) = 5.36%

R = 24.52%
G = 70.11%
B = 5.36%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.92

 K value IS 0.28

RGB Variations

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

Color information

#40B70E (or 0x40B70E) is known color: Kelly Green. HEX triplet: 40, B7 and 0E. RGB value is (64,183,14). Sum of RGB (Red+Green+Blue) = 64+183+14=261 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.52% from 261); Green value is 183 (71.88% from 255 or 70.11% from 261); Blue value is 14 (5.86% from 255 or 5.36% from 261); Max value from RGB is 183 - color contains mainly: green. Hex color #40B70E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #40B70E is #BF48F1. Grayscale: #808080. Windows color (decimal): -12536050 or 964416. OLE color: 964416.

HSL color Cylindrical-coordinate representation of color #40B70E: hue angle of 102.25º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #40B70E is Cyan = 0.65, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.28.

Color convert

RGB 64 183 14 -
CMYK 0.65 0 0.92 0.28
HSL 102.25º 0.86% 0.39% -
HSV(B) 102.25º 0.92% 0.72% -
XYZ 19.13 34.99 6.16 -
YUV 128.15 63.58 82.24 -
System Red Green Blue C M Y K H S L
Decimal 64 183 14 0.65 0 0.92 0.28 102.25 0.86 0.39
Hex 40 B7 E 41 0 5C 1C 66 56 27
Octal 100 267 16 101 0 134 34 146 126 47
Binary 1000000 10110111 1110 1000001 0 1011100 11100 1100110 1010110 100111

Color Harmonies of #40B70E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40B70E

Black with #40B70E

Text Example


Text Example

White with #40B70E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,183,14); }

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

background-color css

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

 a { background-color: rgb(64,183,14); }

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

border-color css

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

 span { border-color: rgb(64,183,14); }

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