Html Css Color HEX #40B225 Kelly Green

📋 copy color: '#40B225'

red 64 ◦ green 178 ◦ blue 37

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

Shades of Kelly Green #40B225

Tints of Kelly Green #40B225

RGB

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

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

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

R = 22.94%
G = 63.8%
B = 13.26%

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

#40B225 (or 0x40B225) is known color: Kelly Green. HEX triplet: 40, B2 and 25. RGB value is (64,178,37). Sum of RGB (Red+Green+Blue) = 64+178+37=279 (36% of max value = 765). Red value is 64 (25.39% from 255 or 22.94% from 279); Green value is 178 (69.92% from 255 or 63.80% from 279); Blue value is 37 (14.84% from 255 or 13.26% from 279); Max value from RGB is 178 - color contains mainly: green. Hex color #40B225 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40B225 is #BF4DDA. Grayscale: #808080. Windows color (decimal): -12537307 or 2470464. OLE color: 2470464.

HSL color Cylindrical-coordinate representation of color #40B225: hue angle of 108.51º 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 #40B225 is Cyan = 0.64, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.30.

Color convert

RGB 64 178 37 -
CMYK 0.64 0 0.79 0.30
HSL 108.51º 0.66% 0.42% -
HSV(B) 108.51º 0.79% 0.7% -
XYZ 18.37 33.06 7.16 -
YUV 127.84 76.73 82.46 -
System Red Green Blue C M Y K H S L
Decimal 64 178 37 0.64 0 0.79 0.30 108.51 0.66 0.42
Hex 40 B2 25 40 0 4F 1E 6D 42 2A
Octal 100 262 45 100 0 117 36 155 102 52
Binary 1000000 10110010 100101 1000000 0 1001111 11110 1101101 1000010 101010

Color Harmonies of #40B225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40B225

Black with #40B225

Text Example


Text Example

White with #40B225

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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