Html Css Color HEX #40B505 Kelly Green

📋 copy color: '#40B505'

red 64 ◦ green 181 ◦ blue 5

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

Shades of Kelly Green #40B505

Tints of Kelly Green #40B505

RGB

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

 GREEN value IS 181 (71.09% from 255) = 72.4%

 BLUE value IS 5 (2.34% from 255) = 2%

R = 25.6%
G = 72.4%
B = 2%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.97

 K value IS 0.29

RGB Variations

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

Color information

#40B505 (or 0x40B505) is known color: Kelly Green. HEX triplet: 40, B5 and 05. RGB value is (64,181,5). Sum of RGB (Red+Green+Blue) = 64+181+5=250 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.6% from 250); Green value is 181 (71.09% from 255 or 72.4% from 250); Blue value is 5 (2.34% from 255 or 2% from 250); Max value from RGB is 181 - color contains mainly: green. Hex color #40B505 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #40B505 is #BF4AFA. Grayscale: #7E7E7E. Windows color (decimal): -12536571 or 374080. OLE color: 374080.

HSL color Cylindrical-coordinate representation of color #40B505: hue angle of 99.89º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #40B505 is Cyan = 0.65, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.29.

Color convert

RGB 64 181 5 -
CMYK 0.65 0 0.97 0.29
HSL 99.89º 0.95% 0.36% -
HSV(B) 99.89º 0.97% 0.71% -
XYZ 18.67 34.15 5.75 -
YUV 125.95 59.74 83.81 -
System Red Green Blue C M Y K H S L
Decimal 64 181 5 0.65 0 0.97 0.29 99.89 0.95 0.36
Hex 40 B5 5 41 0 61 1D 64 5F 24
Octal 100 265 5 101 0 141 35 144 137 44
Binary 1000000 10110101 101 1000001 0 1100001 11101 1100100 1011111 100100

Color Harmonies of #40B505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40B505

Black with #40B505

Text Example


Text Example

White with #40B505

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,181,5); }

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

background-color css

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

 a { background-color: rgb(64,181,5); }

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

border-color css

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

 span { border-color: rgb(64,181,5); }

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