Html Css Color HEX #40BA01 Kelly Green

📋 copy color: '#40BA01'

red 64 ◦ green 186 ◦ blue 1

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

Shades of Kelly Green #40BA01

Tints of Kelly Green #40BA01

RGB

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

 GREEN value IS 186 (73.05% from 255) = 74.1%

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

R = 25.5%
G = 74.1%
B = 0.4%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#40BA01 (or 0x40BA01) is known color: Kelly Green. HEX triplet: 40, BA and 01. RGB value is (64,186,1). Sum of RGB (Red+Green+Blue) = 64+186+1=251 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.50% from 251); Green value is 186 (73.05% from 255 or 74.10% from 251); Blue value is 1 (0.78% from 255 or 0.40% from 251); Max value from RGB is 186 - color contains mainly: green. Hex color #40BA01 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #40BA01 is #BF45FE. Grayscale: #818181. Windows color (decimal): -12535295 or 113216. OLE color: 113216.

HSL color Cylindrical-coordinate representation of color #40BA01: hue angle of 99.57º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #40BA01 is Cyan = 0.66, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.27.

Color convert

RGB 64 186 1 -
CMYK 0.66 0 0.99 0.27
HSL 99.57º 0.99% 0.37% -
HSV(B) 99.57º 0.99% 0.73% -
XYZ 19.68 36.21 5.98 -
YUV 128.43 56.08 82.04 -
System Red Green Blue C M Y K H S L
Decimal 64 186 1 0.66 0 0.99 0.27 99.57 0.99 0.37
Hex 40 BA 1 42 0 63 1B 64 63 25
Octal 100 272 1 102 0 143 33 144 143 45
Binary 1000000 10111010 1 1000010 0 1100011 11011 1100100 1100011 100101

Color Harmonies of #40BA01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40BA01

Black with #40BA01

Text Example


Text Example

White with #40BA01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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