#42B503

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

Shades of Kelly Green #42B503

Tints of Kelly Green #42B503

Color information

#42B503 (or 0x42B503) is unknown color: approx Kelly Green. HEX triplet: 42, B5 and 03. RGB value is (66,181,3). Sum of RGB (Red+Green+Blue) = 66+181+3=250 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.4% from 250); Green value is 181 (71.09% from 255 or 72.4% from 250); Blue value is 3 (1.56% from 255 or 1.2% from 250); Max value from RGB is 181 - color contains mainly: green. Hex color #42B503 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42B503 is #BD4AFC. Grayscale: #7E7E7E. Windows color (decimal): -12405501 or 243010. OLE color: 243010.

HSL color Cylindrical-coordinate representation of color #42B503: hue angle of 98.76º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #42B503 is Cyan = 0.64, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.29.

Color convert

RGB661813-
CMYK0.6400.980.29
HSL98.76º96.74%36.08%-
HSV(B)98.76º98.34%70.98%-
XYZ18.7934.215.7-
YUV126.3258.484.97-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.4%
GREEN value IS 181 (71.09% from 255) = 72.4%
BLUE value IS 3 (1.56% from 255) = 1.2%
R=26.4%
G=72.4%
B=1.2%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal6618130.6400.980.2998.7696.7436.08
Hex42B53400621D636124
Octal102265310001423514314144
Binary100001010110101111000000011000101110111000111100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42B503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,181,3); }

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

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

 a { background-color: rgb(66,181,3); }

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

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

 span { border-color: rgb(66,181,3); }

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