Html Css Color HEX #40CF15 Kelly Green

📋 copy color: '#40CF15'

red 64 ◦ green 207 ◦ blue 21

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

Shades of Kelly Green #40CF15

Tints of Kelly Green #40CF15

RGB

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

 GREEN value IS 207 (81.25% from 255) = 70.89%

 BLUE value IS 21 (8.59% from 255) = 7.19%

R = 21.92%
G = 70.89%
B = 7.19%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#40CF15 (or 0x40CF15) is known color: Kelly Green. HEX triplet: 40, CF and 15. RGB value is (64,207,21). Sum of RGB (Red+Green+Blue) = 64+207+21=292 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.92% from 292); Green value is 207 (81.25% from 255 or 70.89% from 292); Blue value is 21 (8.59% from 255 or 7.19% from 292); Max value from RGB is 207 - color contains mainly: green. Hex color #40CF15 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #40CF15 is #BF30EA. Grayscale: #8F8F8F. Windows color (decimal): -12529899 or 1429312. OLE color: 1429312.

HSL color Cylindrical-coordinate representation of color #40CF15: hue angle of 106.13º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #40CF15 is Cyan = 0.69, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.19.

Color convert

RGB 64 207 21 -
CMYK 0.69 0 0.90 0.19
HSL 106.13º 0.82% 0.45% -
HSV(B) 106.13º 0.9% 0.81% -
XYZ 24.56 45.77 8.25 -
YUV 143.04 59.12 71.62 -
System Red Green Blue C M Y K H S L
Decimal 64 207 21 0.69 0 0.90 0.19 106.13 0.82 0.45
Hex 40 CF 15 45 0 5A 13 6A 52 2D
Octal 100 317 25 105 0 132 23 152 122 55
Binary 1000000 11001111 10101 1000101 0 1011010 10011 1101010 1010010 101101

Color Harmonies of #40CF15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40CF15

Black with #40CF15

Text Example


Text Example

White with #40CF15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,207,21); }

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

background-color css

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

 a { background-color: rgb(64,207,21); }

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

border-color css

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

 span { border-color: rgb(64,207,21); }

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