Html Css Color HEX #40CD08 Kelly Green

📋 copy color: '#40CD08'

red 64 ◦ green 205 ◦ blue 8

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

Shades of Kelly Green #40CD08

Tints of Kelly Green #40CD08

RGB

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

 GREEN value IS 205 (80.47% from 255) = 74.01%

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

R = 23.1%
G = 74.01%
B = 2.89%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.96

 K value IS 0.20

RGB Variations

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

Color information

#40CD08 (or 0x40CD08) is known color: Kelly Green. HEX triplet: 40, CD and 08. RGB value is (64,205,8). Sum of RGB (Red+Green+Blue) = 64+205+8=277 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.10% from 277); Green value is 205 (80.47% from 255 or 74.01% from 277); Blue value is 8 (3.52% from 255 or 2.89% from 277); Max value from RGB is 205 - color contains mainly: green. Hex color #40CD08 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #40CD08 is #BF32F7. Grayscale: #8D8D8D. Windows color (decimal): -12530424 or 576832. OLE color: 576832.

HSL color Cylindrical-coordinate representation of color #40CD08: hue angle of 102.94º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #40CD08 is Cyan = 0.69, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.20.

Color convert

RGB 64 205 8 -
CMYK 0.69 0 0.96 0.20
HSL 102.94º 0.92% 0.42% -
HSV(B) 102.94º 0.96% 0.8% -
XYZ 23.99 44.77 7.61 -
YUV 140.38 53.29 73.52 -
System Red Green Blue C M Y K H S L
Decimal 64 205 8 0.69 0 0.96 0.20 102.94 0.92 0.42
Hex 40 CD 8 45 0 60 14 67 5C 2A
Octal 100 315 10 105 0 140 24 147 134 52
Binary 1000000 11001101 1000 1000101 0 1100000 10100 1100111 1011100 101010

Color Harmonies of #40CD08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40CD08

Black with #40CD08

Text Example


Text Example

White with #40CD08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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