#42D31A

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

Shades of Kelly Green #42D31A

Tints of Kelly Green #42D31A

Color information

#42D31A (or 0x42D31A) is unknown color: approx Kelly Green. HEX triplet: 42, D3 and 1A. RGB value is (66,211,26). Sum of RGB (Red+Green+Blue) = 66+211+26=303 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.78% from 303); Green value is 211 (82.81% from 255 or 69.64% from 303); Blue value is 26 (10.55% from 255 or 8.58% from 303); Max value from RGB is 211 - color contains mainly: green. Hex color #42D31A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42D31A is #BD2CE5. Grayscale: #939393. Windows color (decimal): -12397798 or 1758018. OLE color: 1758018.

HSL color Cylindrical-coordinate representation of color #42D31A: hue angle of 107.03º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #42D31A is Cyan = 0.69, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.17.

Color convert

RGB6621126-
CMYK0.6900.880.17
HSL107.03º78.06%46.47%-
HSV(B)107.03º87.68%82.75%-
XYZ25.7347.828.85-
YUV146.5659.9670.54-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.78%
GREEN value IS 211 (82.81% from 255) = 69.64%
BLUE value IS 26 (10.55% from 255) = 8.58%
R=21.78%
G=69.64%
B=8.58%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal66211260.6900.880.17107.0378.0646.47
Hex42D31A45058116b4e2e
Octal1023233210501302115311656
Binary100001011010011110101000101010110001000111010111001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42D31A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,211,26); }

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

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

 a { background-color: rgb(66,211,26); }

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

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

 span { border-color: rgb(66,211,26); }

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