#42BD2A

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

Shades of Kelly Green #42BD2A

Tints of Kelly Green #42BD2A

Color information

#42BD2A (or 0x42BD2A) is unknown color: approx Kelly Green. HEX triplet: 42, BD and 2A. RGB value is (66,189,42). Sum of RGB (Red+Green+Blue) = 66+189+42=297 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.22% from 297); Green value is 189 (74.22% from 255 or 63.64% from 297); Blue value is 42 (16.80% from 255 or 14.14% from 297); Max value from RGB is 189 - color contains mainly: green. Hex color #42BD2A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42BD2A is #BD42D5. Grayscale: #878787. Windows color (decimal): -12403414 or 2800962. OLE color: 2800962.

HSL color Cylindrical-coordinate representation of color #42BD2A: hue angle of 110.2º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #42BD2A is Cyan = 0.65, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.26.

Color convert

RGB6618942-
CMYK0.6500.780.26
HSL110.2º63.64%45.29%-
HSV(B)110.2º77.78%74.12%-
XYZ20.8637.728.37-
YUV135.4675.2578.45-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.22%
GREEN value IS 189 (74.22% from 255) = 63.64%
BLUE value IS 42 (16.80% from 255) = 14.14%
R=22.22%
G=63.64%
B=14.14%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal66189420.6500.780.26110.263.6445.29
Hex42BD2A4104E1A6e402d
Octal1022755210101163215610055
Binary1000010101111011010101000001010011101101011011101000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42BD2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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