Html Css Color HEX #40BF00 Kelly Green

📋 copy color: '#40BF00'

red 64 ◦ green 191 ◦ blue 0

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

Shades of Kelly Green #40BF00

Tints of Kelly Green #40BF00

RGB

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

 GREEN value IS 191 (75% from 255) = 74.9%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 25.1%
G = 74.9%
B = 0%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#40BF00 (or 0x40BF00) is known color: Kelly Green. HEX triplet: 40, BF and 00. RGB value is (64,191,0). Sum of RGB (Red+Green+Blue) = 64+191+0=255 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.10% from 255); Green value is 191 (75% from 255 or 74.90% from 255); Blue value is 0 (0.39% from 255 or 0% from 255); Max value from RGB is 191 - color contains mainly: green. Hex color #40BF00 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #40BF00 is #BF40FF. Grayscale: #838383. Windows color (decimal): -12534016 or 48960. OLE color: 48960.

HSL color Cylindrical-coordinate representation of color #40BF00: hue angle of 99.9º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #40BF00 is Cyan = 0.66, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.25.

Color convert

RGB 64 191 0 -
CMYK 0.66 0 1 0.25
HSL 99.9º 1% 0.37% -
HSV(B) 99.9º 1% 0.75% -
XYZ 20.75 38.35 6.31 -
YUV 131.25 53.92 80.03 -
System Red Green Blue C M Y K H S L
Decimal 64 191 0 0.66 0 1 0.25 99.9 1 0.37
Hex 40 BF 0 42 0 64 19 64 64 25
Octal 100 277 0 102 0 144 31 144 144 45
Binary 1000000 10111111 0 1000010 0 1100100 11001 1100100 1100100 100101

Color Harmonies of #40BF00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40BF00

Black with #40BF00

Text Example


Text Example

White with #40BF00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,191,0); }

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

background-color css

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

 a { background-color: rgb(64,191,0); }

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

border-color css

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

 span { border-color: rgb(64,191,0); }

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