Html Css Color HEX #40B700 Kelly Green

📋 copy color: '#40B700'

red 64 ◦ green 183 ◦ blue 0

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

Shades of Kelly Green #40B700

Tints of Kelly Green #40B700

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 25.91%
G = 74.09%
B = 0%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 1

 K value IS 0.28

RGB Variations

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

Color information

#40B700 (or 0x40B700) is known color: Kelly Green. HEX triplet: 40, B7 and 00. RGB value is (64,183,0). Sum of RGB (Red+Green+Blue) = 64+183+0=247 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.91% from 247); Green value is 183 (71.88% from 255 or 74.09% from 247); Blue value is 0 (0.39% from 255 or 0% from 247); Max value from RGB is 183 - color contains mainly: green. Hex color #40B700 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #40B700 is #BF48FF. Grayscale: #7F7F7F. Windows color (decimal): -12536064 or 46912. OLE color: 46912.

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

Color convert

RGB 64 183 0 -
CMYK 0.65 0 1 0.28
HSL 99.02º 1% 0.36% -
HSV(B) 99.02º 1% 0.72% -
XYZ 19.05 34.96 5.74 -
YUV 126.56 56.58 83.38 -
System Red Green Blue C M Y K H S L
Decimal 64 183 0 0.65 0 1 0.28 99.02 1 0.36
Hex 40 B7 0 41 0 64 1C 63 64 24
Octal 100 267 0 101 0 144 34 143 144 44
Binary 1000000 10110111 0 1000001 0 1100100 11100 1100011 1100100 100100

Color Harmonies of #40B700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40B700

Black with #40B700

Text Example


Text Example

White with #40B700

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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