#42D313

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

Shades of Kelly Green #42D313

Tints of Kelly Green #42D313

Color information

#42D313 (or 0x42D313) is unknown color: approx Kelly Green. HEX triplet: 42, D3 and 13. RGB value is (66,211,19). Sum of RGB (Red+Green+Blue) = 66+211+19=296 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.30% from 296); Green value is 211 (82.81% from 255 or 71.28% from 296); Blue value is 19 (7.81% from 255 or 6.42% from 296); Max value from RGB is 211 - color contains mainly: green. Hex color #42D313 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42D313 is #BD2CEC. Grayscale: #929292. Windows color (decimal): -12397805 or 1299266. OLE color: 1299266.

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

Color convert

RGB6621119-
CMYK0.6900.910.17
HSL105.31º83.48%45.1%-
HSV(B)105.31º91%82.75%-
XYZ25.6647.798.49-
YUV145.7656.4671.11-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.30%
GREEN value IS 211 (82.81% from 255) = 71.28%
BLUE value IS 19 (7.81% from 255) = 6.42%
R=22.30%
G=71.28%
B=6.42%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal66211190.6900.910.17105.3183.4845.1
Hex42D3134505B1169532d
Octal1023232310501332115112355
Binary100001011010011100111000101010110111000111010011010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42D313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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