#42BC1D

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

Shades of Kelly Green #42BC1D

Tints of Kelly Green #42BC1D

Color information

#42BC1D (or 0x42BC1D) is unknown color: approx Kelly Green. HEX triplet: 42, BC and 1D. RGB value is (66,188,29). Sum of RGB (Red+Green+Blue) = 66+188+29=283 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.32% from 283); Green value is 188 (73.83% from 255 or 66.43% from 283); Blue value is 29 (11.72% from 255 or 10.25% from 283); Max value from RGB is 188 - color contains mainly: green. Hex color #42BC1D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42BC1D is #BD43E2. Grayscale: #858585. Windows color (decimal): -12403683 or 1948738. OLE color: 1948738.

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

Color convert

RGB6618829-
CMYK0.6500.850.26
HSL106.04º73.27%42.55%-
HSV(B)106.04º84.57%73.73%-
XYZ20.4537.217.27-
YUV133.469.0879.93-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.32%
GREEN value IS 188 (73.83% from 255) = 66.43%
BLUE value IS 29 (11.72% from 255) = 10.25%
R=23.32%
G=66.43%
B=10.25%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal66188290.6500.850.26106.0473.2742.55
Hex42BC1D410551A6a492b
Octal1022743510101253215211153
Binary100001010111100111011000001010101011101011010101001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42BC1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,188,29); }

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

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

 a { background-color: rgb(66,188,29); }

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

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

 span { border-color: rgb(66,188,29); }

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