Html Css Color HEX #40CB14 Kelly Green

📋 copy color: '#40CB14'

red 64 ◦ green 203 ◦ blue 20

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

Shades of Kelly Green #40CB14

Tints of Kelly Green #40CB14

RGB

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

 GREEN value IS 203 (79.69% from 255) = 70.73%

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

R = 22.3%
G = 70.73%
B = 6.97%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.90

 K value IS 0.20

RGB Variations

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

Color information

#40CB14 (or 0x40CB14) is known color: Kelly Green. HEX triplet: 40, CB and 14. RGB value is (64,203,20). Sum of RGB (Red+Green+Blue) = 64+203+20=287 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.30% from 287); Green value is 203 (79.69% from 255 or 70.73% from 287); Blue value is 20 (8.20% from 255 or 6.97% from 287); Max value from RGB is 203 - color contains mainly: green. Hex color #40CB14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #40CB14 is #BF34EB. Grayscale: #8D8D8D. Windows color (decimal): -12530924 or 1362752. OLE color: 1362752.

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

Color convert

RGB 64 203 20 -
CMYK 0.68 0 0.90 0.20
HSL 105.57º 0.82% 0.44% -
HSV(B) 105.57º 0.9% 0.8% -
XYZ 23.6 43.85 7.88 -
YUV 140.58 59.95 73.38 -
System Red Green Blue C M Y K H S L
Decimal 64 203 20 0.68 0 0.90 0.20 105.57 0.82 0.44
Hex 40 CB 14 44 0 5A 14 6A 52 2C
Octal 100 313 24 104 0 132 24 152 122 54
Binary 1000000 11001011 10100 1000100 0 1011010 10100 1101010 1010010 101100

Color Harmonies of #40CB14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40CB14

Black with #40CB14

Text Example


Text Example

White with #40CB14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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