Html Css Color HEX #40B001 Kelly Green

📋 copy color: '#40B001'

red 64 ◦ green 176 ◦ blue 1

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

Shades of Kelly Green #40B001

Tints of Kelly Green #40B001

RGB

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

 GREEN value IS 176 (69.14% from 255) = 73.03%

 BLUE value IS 1 (0.78% from 255) = 0.41%

R = 26.56%
G = 73.03%
B = 0.41%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#40B001 (or 0x40B001) is known color: Kelly Green. HEX triplet: 40, B0 and 01. RGB value is (64,176,1). Sum of RGB (Red+Green+Blue) = 64+176+1=241 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.56% from 241); Green value is 176 (69.14% from 255 or 73.03% from 241); Blue value is 1 (0.78% from 255 or 0.41% from 241); Max value from RGB is 176 - color contains mainly: green. Hex color #40B001 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #40B001 is #BF4FFE. Grayscale: #7B7B7B. Windows color (decimal): -12537855 or 110656. OLE color: 110656.

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

Color convert

RGB 64 176 1 -
CMYK 0.64 0 0.99 0.31
HSL 98.4º 0.99% 0.35% -
HSV(B) 98.4º 0.99% 0.69% -
XYZ 17.65 32.14 5.3 -
YUV 122.56 59.39 86.23 -
System Red Green Blue C M Y K H S L
Decimal 64 176 1 0.64 0 0.99 0.31 98.4 0.99 0.35
Hex 40 B0 1 40 0 63 1F 62 63 23
Octal 100 260 1 100 0 143 37 142 143 43
Binary 1000000 10110000 1 1000000 0 1100011 11111 1100010 1100011 100011

Color Harmonies of #40B001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40B001

Black with #40B001

Text Example


Text Example

White with #40B001

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,176,1); }

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

background-color css

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

 a { background-color: rgb(64,176,1); }

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

border-color css

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

 span { border-color: rgb(64,176,1); }

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