Html Css Color HEX #40C301 Kelly Green

📋 copy color: '#40C301'

red 64 ◦ green 195 ◦ blue 1

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

Shades of Kelly Green #40C301

Tints of Kelly Green #40C301

RGB

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

 GREEN value IS 195 (76.56% from 255) = 75%

 BLUE value IS 1 (0.78% from 255) = 0.38%

R = 24.62%
G = 75%
B = 0.38%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#40C301 (or 0x40C301) is known color: Kelly Green. HEX triplet: 40, C3 and 01. RGB value is (64,195,1). Sum of RGB (Red+Green+Blue) = 64+195+1=260 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.62% from 260); Green value is 195 (76.56% from 255 or 75% from 260); Blue value is 1 (0.78% from 255 or 0.38% from 260); Max value from RGB is 195 - color contains mainly: green. Hex color #40C301 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #40C301 is #BF3CFE. Grayscale: #868686. Windows color (decimal): -12532991 or 115520. OLE color: 115520.

HSL color Cylindrical-coordinate representation of color #40C301: hue angle of 100.52º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #40C301 is Cyan = 0.67, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.

Color convert

RGB 64 195 1 -
CMYK 0.67 0 0.99 0.24
HSL 100.52º 0.99% 0.38% -
HSV(B) 100.52º 0.99% 0.76% -
XYZ 21.63 40.12 6.63 -
YUV 133.72 53.1 78.27 -
System Red Green Blue C M Y K H S L
Decimal 64 195 1 0.67 0 0.99 0.24 100.52 0.99 0.38
Hex 40 C3 1 43 0 63 18 65 63 26
Octal 100 303 1 103 0 143 30 145 143 46
Binary 1000000 11000011 1 1000011 0 1100011 11000 1100101 1100011 100110

Color Harmonies of #40C301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40C301

Black with #40C301

Text Example


Text Example

White with #40C301

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,195,1); }

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

background-color css

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

 a { background-color: rgb(64,195,1); }

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

border-color css

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

 span { border-color: rgb(64,195,1); }

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