Html Css Color HEX #40BD1B Kelly Green

📋 copy color: '#40BD1B'

red 64 ◦ green 189 ◦ blue 27

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

Shades of Kelly Green #40BD1B

Tints of Kelly Green #40BD1B

RGB

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

 GREEN value IS 189 (74.22% from 255) = 67.5%

 BLUE value IS 27 (10.94% from 255) = 9.64%

R = 22.86%
G = 67.5%
B = 9.64%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#40BD1B (or 0x40BD1B) is known color: Kelly Green. HEX triplet: 40, BD and 1B. RGB value is (64,189,27). Sum of RGB (Red+Green+Blue) = 64+189+27=280 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.86% from 280); Green value is 189 (74.22% from 255 or 67.5% from 280); Blue value is 27 (10.94% from 255 or 9.64% from 280); Max value from RGB is 189 - color contains mainly: green. Hex color #40BD1B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40BD1B is #BF42E4. Grayscale: #858585. Windows color (decimal): -12534501 or 1817920. OLE color: 1817920.

HSL color Cylindrical-coordinate representation of color #40BD1B: hue angle of 106.3º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #40BD1B is Cyan = 0.66, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.26.

Color convert

RGB 64 189 27 -
CMYK 0.66 0 0.86 0.26
HSL 106.3º 0.75% 0.42% -
HSV(B) 106.3º 0.86% 0.74% -
XYZ 20.51 37.56 7.21 -
YUV 133.16 68.09 78.67 -
System Red Green Blue C M Y K H S L
Decimal 64 189 27 0.66 0 0.86 0.26 106.3 0.75 0.42
Hex 40 BD 1B 42 0 56 1A 6A 4B 2A
Octal 100 275 33 102 0 126 32 152 113 52
Binary 1000000 10111101 11011 1000010 0 1010110 11010 1101010 1001011 101010

Color Harmonies of #40BD1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40BD1B

Black with #40BD1B

Text Example


Text Example

White with #40BD1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,189,27); }

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

background-color css

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

 a { background-color: rgb(64,189,27); }

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

border-color css

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

 span { border-color: rgb(64,189,27); }

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