Html Css Color HEX #40B100 Kelly Green

📋 copy color: '#40B100'

red 64 ◦ green 177 ◦ blue 0

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

Shades of Kelly Green #40B100

Tints of Kelly Green #40B100

RGB

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

 GREEN value IS 177 (69.53% from 255) = 73.44%

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

R = 26.56%
G = 73.44%
B = 0%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 1

 K value IS 0.31

RGB Variations

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

Color information

#40B100 (or 0x40B100) is known color: Kelly Green. HEX triplet: 40, B1 and 00. RGB value is (64,177,0). Sum of RGB (Red+Green+Blue) = 64+177+0=241 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.56% from 241); Green value is 177 (69.53% from 255 or 73.44% from 241); Blue value is 0 (0.39% from 255 or 0% from 241); Max value from RGB is 177 - color contains mainly: green. Hex color #40B100 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #40B100 is #BF4EFF. Grayscale: #7B7B7B. Windows color (decimal): -12537600 or 45376. OLE color: 45376.

HSL color Cylindrical-coordinate representation of color #40B100: hue angle of 98.31º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #40B100 is Cyan = 0.64, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.31.

Color convert

RGB 64 177 0 -
CMYK 0.64 0 1 0.31
HSL 98.31º 1% 0.35% -
HSV(B) 98.31º 1% 0.69% -
XYZ 17.84 32.53 5.34 -
YUV 123.04 58.56 85.89 -
System Red Green Blue C M Y K H S L
Decimal 64 177 0 0.64 0 1 0.31 98.31 1 0.35
Hex 40 B1 0 40 0 64 1F 62 64 23
Octal 100 261 0 100 0 144 37 142 144 43
Binary 1000000 10110001 0 1000000 0 1100100 11111 1100010 1100100 100011

Color Harmonies of #40B100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40B100

Black with #40B100

Text Example


Text Example

White with #40B100

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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