#42B42A

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

Shades of Kelly Green #42B42A

Tints of Kelly Green #42B42A

Color information

#42B42A (or 0x42B42A) is unknown color: approx Kelly Green. HEX triplet: 42, B4 and 2A. RGB value is (66,180,42). Sum of RGB (Red+Green+Blue) = 66+180+42=288 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.92% from 288); Green value is 180 (70.70% from 255 or 62.5% from 288); Blue value is 42 (16.80% from 255 or 14.58% from 288); Max value from RGB is 180 - color contains mainly: green. Hex color #42B42A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42B42A is #BD4BD5. Grayscale: #828282. Windows color (decimal): -12405718 or 2798658. OLE color: 2798658.

HSL color Cylindrical-coordinate representation of color #42B42A: hue angle of 109.57º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #42B42A is Cyan = 0.63, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.29.

Color convert

RGB6618042-
CMYK0.6300.770.29
HSL109.57º62.16%43.53%-
HSV(B)109.57º76.67%70.59%-
XYZ18.9933.977.75-
YUV130.1878.2382.22-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.92%
GREEN value IS 180 (70.70% from 255) = 62.5%
BLUE value IS 42 (16.80% from 255) = 14.58%
R=22.92%
G=62.5%
B=14.58%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal66180420.6300.770.29109.5762.1643.53
Hex42B42A3F04D1D6e3e2c
Octal10226452770115351567654
Binary10000101011010010101011111101001101111011101110111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42B42A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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