Html Css Color HEX #40BC1F Kelly Green

📋 copy color: '#40BC1F'

red 64 ◦ green 188 ◦ blue 31

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

Shades of Kelly Green #40BC1F

Tints of Kelly Green #40BC1F

RGB

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

 GREEN value IS 188 (73.83% from 255) = 66.43%

 BLUE value IS 31 (12.5% from 255) = 10.95%

R = 22.61%
G = 66.43%
B = 10.95%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.84

 K value IS 0.26

RGB Variations

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

Color information

#40BC1F (or 0x40BC1F) is known color: Kelly Green. HEX triplet: 40, BC and 1F. RGB value is (64,188,31). Sum of RGB (Red+Green+Blue) = 64+188+31=283 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.61% from 283); Green value is 188 (73.83% from 255 or 66.43% from 283); Blue value is 31 (12.5% from 255 or 10.95% from 283); Max value from RGB is 188 - color contains mainly: green. Hex color #40BC1F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40BC1F is #BF43E0. Grayscale: #858585. Windows color (decimal): -12534753 or 2079808. OLE color: 2079808.

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

Color convert

RGB 64 188 31 -
CMYK 0.66 0 0.84 0.26
HSL 107.39º 0.72% 0.43% -
HSV(B) 107.39º 0.84% 0.74% -
XYZ 20.34 37.16 7.4 -
YUV 133.03 70.42 78.77 -
System Red Green Blue C M Y K H S L
Decimal 64 188 31 0.66 0 0.84 0.26 107.39 0.72 0.43
Hex 40 BC 1F 42 0 54 1A 6B 48 2B
Octal 100 274 37 102 0 124 32 153 110 53
Binary 1000000 10111100 11111 1000010 0 1010100 11010 1101011 1001000 101011

Color Harmonies of #40BC1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40BC1F

Black with #40BC1F

Text Example


Text Example

White with #40BC1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,188,31); }

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

background-color css

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

 a { background-color: rgb(64,188,31); }

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

border-color css

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

 span { border-color: rgb(64,188,31); }

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