Html Css Color HEX #40BC08 Kelly Green

📋 copy color: '#40BC08'

red 64 ◦ green 188 ◦ blue 8

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

Shades of Kelly Green #40BC08

Tints of Kelly Green #40BC08

RGB

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

 GREEN value IS 188 (73.83% from 255) = 72.31%

 BLUE value IS 8 (3.52% from 255) = 3.08%

R = 24.62%
G = 72.31%
B = 3.08%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.96

 K value IS 0.26

RGB Variations

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

Color information

#40BC08 (or 0x40BC08) is known color: Kelly Green. HEX triplet: 40, BC and 08. RGB value is (64,188,8). Sum of RGB (Red+Green+Blue) = 64+188+8=260 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.62% from 260); Green value is 188 (73.83% from 255 or 72.31% from 260); Blue value is 8 (3.52% from 255 or 3.08% from 260); Max value from RGB is 188 - color contains mainly: green. Hex color #40BC08 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #40BC08 is #BF43F7. Grayscale: #828282. Windows color (decimal): -12534776 or 572480. OLE color: 572480.

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

Color convert

RGB 64 188 8 -
CMYK 0.66 0 0.96 0.26
HSL 101.33º 0.92% 0.38% -
HSV(B) 101.33º 0.96% 0.74% -
XYZ 20.14 37.07 6.32 -
YUV 130.4 58.92 80.64 -
System Red Green Blue C M Y K H S L
Decimal 64 188 8 0.66 0 0.96 0.26 101.33 0.92 0.38
Hex 40 BC 8 42 0 60 1A 65 5C 26
Octal 100 274 10 102 0 140 32 145 134 46
Binary 1000000 10111100 1000 1000010 0 1100000 11010 1100101 1011100 100110

Color Harmonies of #40BC08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40BC08

Black with #40BC08

Text Example


Text Example

White with #40BC08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,188,8); }

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

background-color css

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

 a { background-color: rgb(64,188,8); }

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

border-color css

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

 span { border-color: rgb(64,188,8); }

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