Html Css Color HEX #40B308 Kelly Green

📋 copy color: '#40B308'

red 64 ◦ green 179 ◦ blue 8

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

Shades of Kelly Green #40B308

Tints of Kelly Green #40B308

RGB

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

 GREEN value IS 179 (70.31% from 255) = 71.31%

 BLUE value IS 8 (3.52% from 255) = 3.19%

R = 25.5%
G = 71.31%
B = 3.19%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.96

 K value IS 0.30

RGB Variations

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

Color information

#40B308 (or 0x40B308) is known color: Kelly Green. HEX triplet: 40, B3 and 08. RGB value is (64,179,8). Sum of RGB (Red+Green+Blue) = 64+179+8=251 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.50% from 251); Green value is 179 (70.31% from 255 or 71.31% from 251); Blue value is 8 (3.52% from 255 or 3.19% from 251); Max value from RGB is 179 - color contains mainly: green. Hex color #40B308 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #40B308 is #BF4CF7. Grayscale: #7D7D7D. Windows color (decimal): -12537080 or 570176. OLE color: 570176.

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

Color convert

RGB 64 179 8 -
CMYK 0.64 0 0.96 0.30
HSL 100.35º 0.91% 0.37% -
HSV(B) 100.35º 0.96% 0.7% -
XYZ 18.28 33.35 5.7 -
YUV 125.12 61.9 84.4 -
System Red Green Blue C M Y K H S L
Decimal 64 179 8 0.64 0 0.96 0.30 100.35 0.91 0.37
Hex 40 B3 8 40 0 60 1E 64 5B 25
Octal 100 263 10 100 0 140 36 144 133 45
Binary 1000000 10110011 1000 1000000 0 1100000 11110 1100100 1011011 100101

Color Harmonies of #40B308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40B308

Black with #40B308

Text Example


Text Example

White with #40B308

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,179,8); }

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

background-color css

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

 a { background-color: rgb(64,179,8); }

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

border-color css

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

 span { border-color: rgb(64,179,8); }

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