#41D005

Color #41D005 Kelly Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kelly Green #41D005

Tints of Kelly Green #41D005

Color information

#41D005 (or 0x41D005) is unknown color: approx Kelly Green. HEX triplet: 41, D0 and 05. RGB value is (65,208,5). Sum of RGB (Red+Green+Blue) = 65+208+5=278 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.38% from 278); Green value is 208 (81.64% from 255 or 74.82% from 278); Blue value is 5 (2.34% from 255 or 1.80% from 278); Max value from RGB is 208 - color contains mainly: green. Hex color #41D005 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #41D005 is #BE2FFA. Grayscale: #8E8E8E. Windows color (decimal): -12464123 or 380993. OLE color: 380993.

HSL color Cylindrical-coordinate representation of color #41D005: hue angle of 102.27º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #41D005 is Cyan = 0.69, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.18.

Color convert

RGB652085-
CMYK0.6900.980.18
HSL102.27º95.31%41.76%-
HSV(B)102.27º97.6%81.57%-
XYZ24.7646.257.76-
YUV142.150.6273.01-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.38%
GREEN value IS 208 (81.64% from 255) = 74.82%
BLUE value IS 5 (2.34% from 255) = 1.80%
R=23.38%
G=74.82%
B=1.80%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal6520850.6900.980.18102.2795.3141.76
Hex41D054506212665f2a
Octal101320510501422214613752
Binary1000001110100001011000101011000101001011001101011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41D005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41D005; }

 p { color: rgb(65,208,5); }

 H1.HeaderClassName
 {
   color: #41D005;
 }
 .AnyTagClassName
 {
   color: #41D005;
 }
</style>
background-color css

<style>
 a { background-color: #41D005; }

 a { background-color: rgb(65,208,5); }

 div.DivClassName
 {
   background-color: #41D005;
 }
 .BgClassName
 {
   background-color: #41D005;
 }
</style>
border-color css

<style>
 span { border-color: #41D005; }

 span { border-color: rgb(65,208,5); }

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