Html Css Color HEX #40B10C Kelly Green

📋 copy color: '#40B10C'

red 64 ◦ green 177 ◦ blue 12

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

Shades of Kelly Green #40B10C

Tints of Kelly Green #40B10C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.74%

R = 25.3%
G = 69.96%
B = 4.74%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#40B10C (or 0x40B10C) is known color: Kelly Green. HEX triplet: 40, B1 and 0C. RGB value is (64,177,12). Sum of RGB (Red+Green+Blue) = 64+177+12=253 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.30% from 253); Green value is 177 (69.53% from 255 or 69.96% from 253); Blue value is 12 (5.08% from 255 or 4.74% from 253); Max value from RGB is 177 - color contains mainly: green. Hex color #40B10C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #40B10C is #BF4EF3. Grayscale: #7C7C7C. Windows color (decimal): -12537588 or 831808. OLE color: 831808.

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

Color convert

RGB 64 177 12 -
CMYK 0.64 0 0.93 0.31
HSL 101.09º 0.87% 0.37% -
HSV(B) 101.09º 0.93% 0.69% -
XYZ 17.9 32.56 5.69 -
YUV 124.4 64.56 84.92 -
System Red Green Blue C M Y K H S L
Decimal 64 177 12 0.64 0 0.93 0.31 101.09 0.87 0.37
Hex 40 B1 C 40 0 5D 1F 65 57 25
Octal 100 261 14 100 0 135 37 145 127 45
Binary 1000000 10110001 1100 1000000 0 1011101 11111 1100101 1010111 100101

Color Harmonies of #40B10C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40B10C

Black with #40B10C

Text Example


Text Example

White with #40B10C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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