#42BA2A

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

Shades of Kelly Green #42BA2A

Tints of Kelly Green #42BA2A

Color information

#42BA2A (or 0x42BA2A) is unknown color: approx Kelly Green. HEX triplet: 42, BA and 2A. RGB value is (66,186,42). Sum of RGB (Red+Green+Blue) = 66+186+42=294 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.45% from 294); Green value is 186 (73.05% from 255 or 63.27% from 294); Blue value is 42 (16.80% from 255 or 14.29% from 294); Max value from RGB is 186 - color contains mainly: green. Hex color #42BA2A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42BA2A is #BD45D5. Grayscale: #868686. Windows color (decimal): -12404182 or 2800194. OLE color: 2800194.

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

Color convert

RGB6618642-
CMYK0.6500.770.27
HSL110º63.16%44.71%-
HSV(B)110º77.42%72.94%-
XYZ20.2236.448.16-
YUV133.776.2479.71-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.45%
GREEN value IS 186 (73.05% from 255) = 63.27%
BLUE value IS 42 (16.80% from 255) = 14.29%
R=22.45%
G=63.27%
B=14.29%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal66186420.6500.770.2711063.1644.71
Hex42BA2A4104D1B6e3f2d
Octal102272521010115331567755
Binary100001010111010101010100000101001101110111101110111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42BA2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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