Html Css Color HEX #40CD05 Kelly Green

📋 copy color: '#40CD05'

red 64 ◦ green 205 ◦ blue 5

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

Shades of Kelly Green #40CD05

Tints of Kelly Green #40CD05

RGB

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

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

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

R = 23.36%
G = 74.82%
B = 1.82%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.98

 K value IS 0.20

RGB Variations

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

Color information

#40CD05 (or 0x40CD05) is known color: Kelly Green. HEX triplet: 40, CD and 05. RGB value is (64,205,5). Sum of RGB (Red+Green+Blue) = 64+205+5=274 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.36% from 274); Green value is 205 (80.47% from 255 or 74.82% from 274); Blue value is 5 (2.34% from 255 or 1.82% from 274); Max value from RGB is 205 - color contains mainly: green. Hex color #40CD05 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #40CD05 is #BF32FA. Grayscale: #8C8C8C. Windows color (decimal): -12530427 or 380224. OLE color: 380224.

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

Color convert

RGB 64 205 5 -
CMYK 0.69 0 0.98 0.20
HSL 102.3º 0.95% 0.41% -
HSV(B) 102.3º 0.98% 0.8% -
XYZ 23.97 44.76 7.52 -
YUV 140.04 51.79 73.76 -
System Red Green Blue C M Y K H S L
Decimal 64 205 5 0.69 0 0.98 0.20 102.3 0.95 0.41
Hex 40 CD 5 45 0 62 14 66 5F 29
Octal 100 315 5 105 0 142 24 146 137 51
Binary 1000000 11001101 101 1000101 0 1100010 10100 1100110 1011111 101001

Color Harmonies of #40CD05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40CD05

Black with #40CD05

Text Example


Text Example

White with #40CD05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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