Html Css Color HEX #40A521 Kelly Green

📋 copy color: '#40A521'

red 64 ◦ green 165 ◦ blue 33

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

Shades of Kelly Green #40A521

Tints of Kelly Green #40A521

RGB

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

 GREEN value IS 165 (64.84% from 255) = 62.98%

 BLUE value IS 33 (13.28% from 255) = 12.6%

R = 24.43%
G = 62.98%
B = 12.6%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.8

 K value IS 0.35

RGB Variations

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

Color information

#40A521 (or 0x40A521) is known color: Kelly Green. HEX triplet: 40, A5 and 21. RGB value is (64,165,33). Sum of RGB (Red+Green+Blue) = 64+165+33=262 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.43% from 262); Green value is 165 (64.84% from 255 or 62.98% from 262); Blue value is 33 (13.28% from 255 or 12.60% from 262); Max value from RGB is 165 - color contains mainly: green. Hex color #40A521 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40A521 is #BF5ADE. Grayscale: #787878. Windows color (decimal): -12540639 or 2204992. OLE color: 2204992.

HSL color Cylindrical-coordinate representation of color #40A521: hue angle of 105.91º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #40A521 is Cyan = 0.61, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.35.

Color convert

RGB 64 165 33 -
CMYK 0.61 0 0.8 0.35
HSL 105.91º 0.67% 0.39% -
HSV(B) 105.91º 0.8% 0.65% -
XYZ 15.84 28.11 6.03 -
YUV 119.75 79.04 88.23 -
System Red Green Blue C M Y K H S L
Decimal 64 165 33 0.61 0 0.8 0.35 105.91 0.67 0.39
Hex 40 A5 21 3D 0 50 23 6A 43 27
Octal 100 245 41 75 0 120 43 152 103 47
Binary 1000000 10100101 100001 111101 0 1010000 100011 1101010 1000011 100111

Color Harmonies of #40A521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40A521

Black with #40A521

Text Example


Text Example

White with #40A521

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,165,33); }

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

background-color css

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

 a { background-color: rgb(64,165,33); }

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

border-color css

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

 span { border-color: rgb(64,165,33); }

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