Html Css Color HEX #40B325 Kelly Green

📋 copy color: '#40B325'

red 64 ◦ green 179 ◦ blue 37

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

Shades of Kelly Green #40B325

Tints of Kelly Green #40B325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 13.21%

R = 22.86%
G = 63.93%
B = 13.21%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.79

 K value IS 0.30

RGB Variations

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

Color information

#40B325 (or 0x40B325) is known color: Kelly Green. HEX triplet: 40, B3 and 25. RGB value is (64,179,37). Sum of RGB (Red+Green+Blue) = 64+179+37=280 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.86% from 280); Green value is 179 (70.31% from 255 or 63.93% from 280); Blue value is 37 (14.84% from 255 or 13.21% from 280); Max value from RGB is 179 - color contains mainly: green. Hex color #40B325 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40B325 is #BF4CDA. Grayscale: #808080. Windows color (decimal): -12537051 or 2470720. OLE color: 2470720.

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

Color convert

RGB 64 179 37 -
CMYK 0.64 0 0.79 0.30
HSL 108.59º 0.66% 0.42% -
HSV(B) 108.59º 0.79% 0.7% -
XYZ 18.57 33.46 7.23 -
YUV 128.43 76.4 82.05 -
System Red Green Blue C M Y K H S L
Decimal 64 179 37 0.64 0 0.79 0.30 108.59 0.66 0.42
Hex 40 B3 25 40 0 4F 1E 6D 42 2A
Octal 100 263 45 100 0 117 36 155 102 52
Binary 1000000 10110011 100101 1000000 0 1001111 11110 1101101 1000010 101010

Color Harmonies of #40B325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40B325

Black with #40B325

Text Example


Text Example

White with #40B325

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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