Html Css Color HEX #40B408 Kelly Green

📋 copy color: '#40B408'

red 64 ◦ green 180 ◦ blue 8

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

Shades of Kelly Green #40B408

Tints of Kelly Green #40B408

RGB

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

 GREEN value IS 180 (70.7% from 255) = 71.43%

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

R = 25.4%
G = 71.43%
B = 3.17%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.96

 K value IS 0.29

RGB Variations

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

Color information

#40B408 (or 0x40B408) is known color: Kelly Green. HEX triplet: 40, B4 and 08. RGB value is (64,180,8). Sum of RGB (Red+Green+Blue) = 64+180+8=252 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.40% from 252); Green value is 180 (70.70% from 255 or 71.43% from 252); Blue value is 8 (3.52% from 255 or 3.17% from 252); Max value from RGB is 180 - color contains mainly: green. Hex color #40B408 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #40B408 is #BF4BF7. Grayscale: #7E7E7E. Windows color (decimal): -12536824 or 570432. OLE color: 570432.

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

Color convert

RGB 64 180 8 -
CMYK 0.64 0 0.96 0.29
HSL 100.47º 0.91% 0.37% -
HSV(B) 100.47º 0.96% 0.71% -
XYZ 18.48 33.75 5.77 -
YUV 125.71 61.57 83.99 -
System Red Green Blue C M Y K H S L
Decimal 64 180 8 0.64 0 0.96 0.29 100.47 0.91 0.37
Hex 40 B4 8 40 0 60 1D 64 5B 25
Octal 100 264 10 100 0 140 35 144 133 45
Binary 1000000 10110100 1000 1000000 0 1100000 11101 1100100 1011011 100101

Color Harmonies of #40B408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40B408

Black with #40B408

Text Example


Text Example

White with #40B408

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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