#42BA10

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

Shades of Kelly Green #42BA10

Tints of Kelly Green #42BA10

Color information

#42BA10 (or 0x42BA10) is unknown color: approx Kelly Green. HEX triplet: 42, BA and 10. RGB value is (66,186,16). Sum of RGB (Red+Green+Blue) = 66+186+16=268 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.63% from 268); Green value is 186 (73.05% from 255 or 69.40% from 268); Blue value is 16 (6.64% from 255 or 5.97% from 268); Max value from RGB is 186 - color contains mainly: green. Hex color #42BA10 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42BA10 is #BD45EF. Grayscale: #838383. Windows color (decimal): -12404208 or 1096258. OLE color: 1096258.

HSL color Cylindrical-coordinate representation of color #42BA10: hue angle of 102.35º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #42BA10 is Cyan = 0.65, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.27.

Color convert

RGB6618616-
CMYK0.6500.910.27
HSL102.35º84.16%39.61%-
HSV(B)102.35º91.4%72.94%-
XYZ19.936.316.45-
YUV130.7463.2481.82-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.63%
GREEN value IS 186 (73.05% from 255) = 69.40%
BLUE value IS 16 (6.64% from 255) = 5.97%
R=24.63%
G=69.40%
B=5.97%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal66186160.6500.910.27102.3584.1639.61
Hex42BA104105B1B665428
Octal1022722010101333314612450
Binary100001010111010100001000001010110111101111001101010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42BA10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42BA10; }

 p { color: rgb(66,186,16); }

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

<style>
 a { background-color: #42BA10; }

 a { background-color: rgb(66,186,16); }

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

<style>
 span { border-color: #42BA10; }

 span { border-color: rgb(66,186,16); }

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