#42BC0E

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

Shades of Kelly Green #42BC0E

Tints of Kelly Green #42BC0E

Color information

#42BC0E (or 0x42BC0E) is unknown color: approx Kelly Green. HEX triplet: 42, BC and 0E. RGB value is (66,188,14). Sum of RGB (Red+Green+Blue) = 66+188+14=268 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.63% from 268); Green value is 188 (73.83% from 255 or 70.15% from 268); Blue value is 14 (5.86% from 255 or 5.22% from 268); Max value from RGB is 188 - color contains mainly: green. Hex color #42BC0E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42BC0E is #BD43F1. Grayscale: #848484. Windows color (decimal): -12403698 or 965698. OLE color: 965698.

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

Color convert

RGB6618814-
CMYK0.6500.930.26
HSL102.07º86.14%39.61%-
HSV(B)102.07º92.55%73.73%-
XYZ20.3137.166.52-
YUV131.6961.5881.15-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.63%
GREEN value IS 188 (73.83% from 255) = 70.15%
BLUE value IS 14 (5.86% from 255) = 5.22%
R=24.63%
G=70.15%
B=5.22%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal66188140.6500.930.26102.0786.1439.61
Hex42BCE4105D1A665628
Octal1022741610101353214612650
Binary10000101011110011101000001010111011101011001101010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42BC0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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