Html Css Color HEX #40BF04 Kelly Green

📋 copy color: '#40BF04'

red 64 ◦ green 191 ◦ blue 4

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

Shades of Kelly Green #40BF04

Tints of Kelly Green #40BF04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.54%

R = 24.71%
G = 73.75%
B = 1.54%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#40BF04 (or 0x40BF04) is known color: Kelly Green. HEX triplet: 40, BF and 04. RGB value is (64,191,4). Sum of RGB (Red+Green+Blue) = 64+191+4=259 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.71% from 259); Green value is 191 (75% from 255 or 73.75% from 259); Blue value is 4 (1.95% from 255 or 1.54% from 259); Max value from RGB is 191 - color contains mainly: green. Hex color #40BF04 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #40BF04 is #BF40FB. Grayscale: #848484. Windows color (decimal): -12534012 or 311104. OLE color: 311104.

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

Color convert

RGB 64 191 4 -
CMYK 0.66 0 0.98 0.25
HSL 100.75º 0.96% 0.38% -
HSV(B) 100.75º 0.98% 0.75% -
XYZ 20.77 38.36 6.42 -
YUV 131.71 55.92 79.71 -
System Red Green Blue C M Y K H S L
Decimal 64 191 4 0.66 0 0.98 0.25 100.75 0.96 0.38
Hex 40 BF 4 42 0 62 19 65 60 26
Octal 100 277 4 102 0 142 31 145 140 46
Binary 1000000 10111111 100 1000010 0 1100010 11001 1100101 1100000 100110

Color Harmonies of #40BF04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40BF04

Black with #40BF04

Text Example


Text Example

White with #40BF04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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