Html Css Color HEX #40B205 Kelly Green

📋 copy color: '#40B205'

red 64 ◦ green 178 ◦ blue 5

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

Shades of Kelly Green #40B205

Tints of Kelly Green #40B205

RGB

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

 GREEN value IS 178 (69.92% from 255) = 72.06%

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

R = 25.91%
G = 72.06%
B = 2.02%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.97

 K value IS 0.30

RGB Variations

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

Color information

#40B205 (or 0x40B205) is known color: Kelly Green. HEX triplet: 40, B2 and 05. RGB value is (64,178,5). Sum of RGB (Red+Green+Blue) = 64+178+5=247 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.91% from 247); Green value is 178 (69.92% from 255 or 72.06% from 247); Blue value is 5 (2.34% from 255 or 2.02% from 247); Max value from RGB is 178 - color contains mainly: green. Hex color #40B205 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #40B205 is #BF4DFA. Grayscale: #7C7C7C. Windows color (decimal): -12537339 or 373312. OLE color: 373312.

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

Color convert

RGB 64 178 5 -
CMYK 0.64 0 0.97 0.30
HSL 99.54º 0.95% 0.36% -
HSV(B) 99.54º 0.97% 0.7% -
XYZ 18.06 32.94 5.55 -
YUV 124.19 60.73 85.07 -
System Red Green Blue C M Y K H S L
Decimal 64 178 5 0.64 0 0.97 0.30 99.54 0.95 0.36
Hex 40 B2 5 40 0 61 1E 64 5F 24
Octal 100 262 5 100 0 141 36 144 137 44
Binary 1000000 10110010 101 1000000 0 1100001 11110 1100100 1011111 100100

Color Harmonies of #40B205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40B205

Black with #40B205

Text Example


Text Example

White with #40B205

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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