Html Css Color HEX #40AF2B Kelly Green

📋 copy color: '#40AF2B'

red 64 ◦ green 175 ◦ blue 43

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

Shades of Kelly Green #40AF2B

Tints of Kelly Green #40AF2B

RGB

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

 GREEN value IS 175 (68.75% from 255) = 62.06%

 BLUE value IS 43 (17.19% from 255) = 15.25%

R = 22.7%
G = 62.06%
B = 15.25%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.75

 K value IS 0.31

RGB Variations

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

Color information

#40AF2B (or 0x40AF2B) is known color: Kelly Green. HEX triplet: 40, AF and 2B. RGB value is (64,175,43). Sum of RGB (Red+Green+Blue) = 64+175+43=282 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.70% from 282); Green value is 175 (68.75% from 255 or 62.06% from 282); Blue value is 43 (17.19% from 255 or 15.25% from 282); Max value from RGB is 175 - color contains mainly: green. Hex color #40AF2B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40AF2B is #BF50D4. Grayscale: #7F7F7F. Windows color (decimal): -12538069 or 2862912. OLE color: 2862912.

HSL color Cylindrical-coordinate representation of color #40AF2B: hue angle of 110.45º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40AF2B is Cyan = 0.63, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.31.

Color convert

RGB 64 175 43 -
CMYK 0.63 0 0.75 0.31
HSL 110.45º 0.61% 0.43% -
HSV(B) 110.45º 0.75% 0.69% -
XYZ 17.88 31.92 7.51 -
YUV 126.76 80.73 83.23 -
System Red Green Blue C M Y K H S L
Decimal 64 175 43 0.63 0 0.75 0.31 110.45 0.61 0.43
Hex 40 AF 2B 3F 0 4B 1F 6E 3D 2B
Octal 100 257 53 77 0 113 37 156 75 53
Binary 1000000 10101111 101011 111111 0 1001011 11111 1101110 111101 101011

Color Harmonies of #40AF2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40AF2B

Black with #40AF2B

Text Example


Text Example

White with #40AF2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,175,43); }

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

background-color css

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

 a { background-color: rgb(64,175,43); }

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

border-color css

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

 span { border-color: rgb(64,175,43); }

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