#42D40F

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

Shades of Kelly Green #42D40F

Tints of Kelly Green #42D40F

Color information

#42D40F (or 0x42D40F) is unknown color: approx Kelly Green. HEX triplet: 42, D4 and 0F. RGB value is (66,212,15). Sum of RGB (Red+Green+Blue) = 66+212+15=293 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.53% from 293); Green value is 212 (83.20% from 255 or 72.35% from 293); Blue value is 15 (6.25% from 255 or 5.12% from 293); Max value from RGB is 212 - color contains mainly: green. Hex color #42D40F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42D40F is #BD2BF0. Grayscale: #929292. Windows color (decimal): -12397553 or 1037378. OLE color: 1037378.

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

Color convert

RGB6621215-
CMYK0.6900.930.17
HSL104.47º86.78%44.51%-
HSV(B)104.47º92.92%83.14%-
XYZ25.8848.288.41-
YUV145.8954.1371.02-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.53%
GREEN value IS 212 (83.20% from 255) = 72.35%
BLUE value IS 15 (6.25% from 255) = 5.12%
R=22.53%
G=72.35%
B=5.12%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal66212150.6900.930.17104.4786.7844.51
Hex42D4F4505D1168572d
Octal1023241710501352115012755
Binary10000101101010011111000101010111011000111010001010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42D40F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,212,15); }

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

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

 a { background-color: rgb(66,212,15); }

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

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

 span { border-color: rgb(66,212,15); }

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