Html Css Color HEX #40C507 Kelly Green

📋 copy color: '#40C507'

red 64 ◦ green 197 ◦ blue 7

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

Shades of Kelly Green #40C507

Tints of Kelly Green #40C507

RGB

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

 GREEN value IS 197 (77.34% from 255) = 73.51%

 BLUE value IS 7 (3.13% from 255) = 2.61%

R = 23.88%
G = 73.51%
B = 2.61%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.96

 K value IS 0.23

RGB Variations

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

Color information

#40C507 (or 0x40C507) is known color: Kelly Green. HEX triplet: 40, C5 and 07. RGB value is (64,197,7). Sum of RGB (Red+Green+Blue) = 64+197+7=268 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.88% from 268); Green value is 197 (77.34% from 255 or 73.51% from 268); Blue value is 7 (3.12% from 255 or 2.61% from 268); Max value from RGB is 197 - color contains mainly: green. Hex color #40C507 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #40C507 is #BF3AF8. Grayscale: #888888. Windows color (decimal): -12532473 or 509248. OLE color: 509248.

HSL color Cylindrical-coordinate representation of color #40C507: hue angle of 102º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #40C507 is Cyan = 0.68, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.23.

Color convert

RGB 64 197 7 -
CMYK 0.68 0 0.96 0.23
HSL 102º 0.93% 0.4% -
HSV(B) 102º 0.96% 0.77% -
XYZ 22.12 41.04 6.96 -
YUV 135.57 55.44 76.95 -
System Red Green Blue C M Y K H S L
Decimal 64 197 7 0.68 0 0.96 0.23 102 0.93 0.4
Hex 40 C5 7 44 0 60 17 66 5D 28
Octal 100 305 7 104 0 140 27 146 135 50
Binary 1000000 11000101 111 1000100 0 1100000 10111 1100110 1011101 101000

Color Harmonies of #40C507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40C507

Black with #40C507

Text Example


Text Example

White with #40C507

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,197,7); }

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

background-color css

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

 a { background-color: rgb(64,197,7); }

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

border-color css

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

 span { border-color: rgb(64,197,7); }

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