Html Css Color HEX #40B10F Kelly Green

📋 copy color: '#40B10F'

red 64 ◦ green 177 ◦ blue 15

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

Shades of Kelly Green #40B10F

Tints of Kelly Green #40B10F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.86%

R = 25%
G = 69.14%
B = 5.86%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.92

 K value IS 0.31

RGB Variations

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

Color information

#40B10F (or 0x40B10F) is known color: Kelly Green. HEX triplet: 40, B1 and 0F. RGB value is (64,177,15). Sum of RGB (Red+Green+Blue) = 64+177+15=256 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25% from 256); Green value is 177 (69.53% from 255 or 69.14% from 256); Blue value is 15 (6.25% from 255 or 5.86% from 256); Max value from RGB is 177 - color contains mainly: green. Hex color #40B10F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #40B10F is #BF4EF0. Grayscale: #7D7D7D. Windows color (decimal): -12537585 or 1028416. OLE color: 1028416.

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

Color convert

RGB 64 177 15 -
CMYK 0.64 0 0.92 0.31
HSL 101.85º 0.84% 0.38% -
HSV(B) 101.85º 0.92% 0.69% -
XYZ 17.92 32.57 5.79 -
YUV 124.75 66.06 84.67 -
System Red Green Blue C M Y K H S L
Decimal 64 177 15 0.64 0 0.92 0.31 101.85 0.84 0.38
Hex 40 B1 F 40 0 5C 1F 66 54 26
Octal 100 261 17 100 0 134 37 146 124 46
Binary 1000000 10110001 1111 1000000 0 1011100 11111 1100110 1010100 100110

Color Harmonies of #40B10F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40B10F

Black with #40B10F

Text Example


Text Example

White with #40B10F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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