#41BC1C

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

Shades of Kelly Green #41BC1C

Tints of Kelly Green #41BC1C

Color information

#41BC1C (or 0x41BC1C) is unknown color: approx Kelly Green. HEX triplet: 41, BC and 1C. RGB value is (65,188,28). Sum of RGB (Red+Green+Blue) = 65+188+28=281 (37% of max value = 765). Red value is 65 (25.78% from 255 or 23.13% from 281); Green value is 188 (73.83% from 255 or 66.90% from 281); Blue value is 28 (11.33% from 255 or 9.96% from 281); Max value from RGB is 188 - color contains mainly: green. Hex color #41BC1C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41BC1C is #BE43E3. Grayscale: #858585. Windows color (decimal): -12469220 or 1883201. OLE color: 1883201.

HSL color Cylindrical-coordinate representation of color #41BC1C: hue angle of 106.12º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #41BC1C is Cyan = 0.65, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.26.

Color convert

RGB6518828-
CMYK0.6500.850.26
HSL106.12º74.07%42.35%-
HSV(B)106.12º85.11%73.73%-
XYZ20.3737.177.2-
YUV132.9868.7579.51-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.13%
GREEN value IS 188 (73.83% from 255) = 66.90%
BLUE value IS 28 (11.33% from 255) = 9.96%
R=23.13%
G=66.90%
B=9.96%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal65188280.6500.850.26106.1274.0742.35
Hex41BC1C410551A6a4a2a
Octal1012743410101253215211252
Binary100000110111100111001000001010101011101011010101001010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41BC1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,188,28); }

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

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

 a { background-color: rgb(65,188,28); }

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

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

 span { border-color: rgb(65,188,28); }

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