Html Css Color HEX #40CA14 Kelly Green

📋 copy color: '#40CA14'

red 64 ◦ green 202 ◦ blue 20

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

Shades of Kelly Green #40CA14

Tints of Kelly Green #40CA14

RGB

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

 GREEN value IS 202 (79.3% from 255) = 70.63%

 BLUE value IS 20 (8.2% from 255) = 6.99%

R = 22.38%
G = 70.63%
B = 6.99%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#40CA14 (or 0x40CA14) is known color: Kelly Green. HEX triplet: 40, CA and 14. RGB value is (64,202,20). Sum of RGB (Red+Green+Blue) = 64+202+20=286 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.38% from 286); Green value is 202 (79.30% from 255 or 70.63% from 286); Blue value is 20 (8.20% from 255 or 6.99% from 286); Max value from RGB is 202 - color contains mainly: green. Hex color #40CA14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #40CA14 is #BF35EB. Grayscale: #8C8C8C. Windows color (decimal): -12531180 or 1362496. OLE color: 1362496.

HSL color Cylindrical-coordinate representation of color #40CA14: hue angle of 105.49º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #40CA14 is Cyan = 0.68, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.21.

Color convert

RGB 64 202 20 -
CMYK 0.68 0 0.90 0.21
HSL 105.49º 0.82% 0.44% -
HSV(B) 105.49º 0.9% 0.79% -
XYZ 23.36 43.38 7.8 -
YUV 139.99 60.28 73.8 -
System Red Green Blue C M Y K H S L
Decimal 64 202 20 0.68 0 0.90 0.21 105.49 0.82 0.44
Hex 40 CA 14 44 0 5A 15 69 52 2C
Octal 100 312 24 104 0 132 25 151 122 54
Binary 1000000 11001010 10100 1000100 0 1011010 10101 1101001 1010010 101100

Color Harmonies of #40CA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40CA14

Black with #40CA14

Text Example


Text Example

White with #40CA14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,202,20); }

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

background-color css

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

 a { background-color: rgb(64,202,20); }

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

border-color css

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

 span { border-color: rgb(64,202,20); }

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