Html Css Color HEX #40B600 Kelly Green

📋 copy color: '#40B600'

red 64 ◦ green 182 ◦ blue 0

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

Shades of Kelly Green #40B600

Tints of Kelly Green #40B600

RGB

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

 GREEN value IS 182 (71.48% from 255) = 73.98%

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

R = 26.02%
G = 73.98%
B = 0%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 1

 K value IS 0.29

RGB Variations

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

Color information

#40B600 (or 0x40B600) is known color: Kelly Green. HEX triplet: 40, B6 and 00. RGB value is (64,182,0). Sum of RGB (Red+Green+Blue) = 64+182+0=246 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.02% from 246); Green value is 182 (71.48% from 255 or 73.98% from 246); Blue value is 0 (0.39% from 255 or 0% from 246); Max value from RGB is 182 - color contains mainly: green. Hex color #40B600 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #40B600 is #BF49FF. Grayscale: #7E7E7E. Windows color (decimal): -12536320 or 46656. OLE color: 46656.

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

Color convert

RGB 64 182 0 -
CMYK 0.65 0 1 0.29
HSL 98.9º 1% 0.36% -
HSV(B) 98.9º 1% 0.71% -
XYZ 18.84 34.55 5.67 -
YUV 125.97 56.91 83.8 -
System Red Green Blue C M Y K H S L
Decimal 64 182 0 0.65 0 1 0.29 98.9 1 0.36
Hex 40 B6 0 41 0 64 1D 63 64 24
Octal 100 266 0 101 0 144 35 143 144 44
Binary 1000000 10110110 0 1000001 0 1100100 11101 1100011 1100100 100100

Color Harmonies of #40B600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40B600

Black with #40B600

Text Example


Text Example

White with #40B600

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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