Html Css Color HEX #40CF05 Kelly Green

📋 copy color: '#40CF05'

red 64 ◦ green 207 ◦ blue 5

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

Shades of Kelly Green #40CF05

Tints of Kelly Green #40CF05

RGB

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

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

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

R = 23.19%
G = 75%
B = 1.81%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.98

 K value IS 0.19

RGB Variations

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

Color information

#40CF05 (or 0x40CF05) is known color: Kelly Green. HEX triplet: 40, CF and 05. RGB value is (64,207,5). Sum of RGB (Red+Green+Blue) = 64+207+5=276 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.19% from 276); Green value is 207 (81.25% from 255 or 75% from 276); Blue value is 5 (2.34% from 255 or 1.81% from 276); Max value from RGB is 207 - color contains mainly: green. Hex color #40CF05 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #40CF05 is #BF30FA. Grayscale: #8D8D8D. Windows color (decimal): -12529915 or 380736. OLE color: 380736.

HSL color Cylindrical-coordinate representation of color #40CF05: hue angle of 102.48º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #40CF05 is Cyan = 0.69, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.19.

Color convert

RGB 64 207 5 -
CMYK 0.69 0 0.98 0.19
HSL 102.48º 0.95% 0.42% -
HSV(B) 102.48º 0.98% 0.81% -
XYZ 24.45 45.73 7.68 -
YUV 141.22 51.12 72.93 -
System Red Green Blue C M Y K H S L
Decimal 64 207 5 0.69 0 0.98 0.19 102.48 0.95 0.42
Hex 40 CF 5 45 0 62 13 66 5F 2A
Octal 100 317 5 105 0 142 23 146 137 52
Binary 1000000 11001111 101 1000101 0 1100010 10011 1100110 1011111 101010

Color Harmonies of #40CF05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40CF05

Black with #40CF05

Text Example


Text Example

White with #40CF05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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