Html Css Color HEX #40C305 Kelly Green

📋 copy color: '#40C305'

red 64 ◦ green 195 ◦ blue 5

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

Shades of Kelly Green #40C305

Tints of Kelly Green #40C305

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.89%

R = 24.24%
G = 73.86%
B = 1.89%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#40C305 (or 0x40C305) is known color: Kelly Green. HEX triplet: 40, C3 and 05. RGB value is (64,195,5). Sum of RGB (Red+Green+Blue) = 64+195+5=264 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.24% from 264); Green value is 195 (76.56% from 255 or 73.86% from 264); Blue value is 5 (2.34% from 255 or 1.89% from 264); Max value from RGB is 195 - color contains mainly: green. Hex color #40C305 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #40C305 is #BF3CFA. Grayscale: #868686. Windows color (decimal): -12532987 or 377664. OLE color: 377664.

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

Color convert

RGB 64 195 5 -
CMYK 0.67 0 0.97 0.24
HSL 101.37º 0.95% 0.39% -
HSV(B) 101.37º 0.97% 0.76% -
XYZ 21.66 40.13 6.75 -
YUV 134.17 55.1 77.95 -
System Red Green Blue C M Y K H S L
Decimal 64 195 5 0.67 0 0.97 0.24 101.37 0.95 0.39
Hex 40 C3 5 43 0 61 18 65 5F 27
Octal 100 303 5 103 0 141 30 145 137 47
Binary 1000000 11000011 101 1000011 0 1100001 11000 1100101 1011111 100111

Color Harmonies of #40C305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40C305

Black with #40C305

Text Example


Text Example

White with #40C305

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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