#42B103

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

Shades of Kelly Green #42B103

Tints of Kelly Green #42B103

Color information

#42B103 (or 0x42B103) is unknown color: approx Kelly Green. HEX triplet: 42, B1 and 03. RGB value is (66,177,3). Sum of RGB (Red+Green+Blue) = 66+177+3=246 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.83% from 246); Green value is 177 (69.53% from 255 or 71.95% from 246); Blue value is 3 (1.56% from 255 or 1.22% from 246); Max value from RGB is 177 - color contains mainly: green. Hex color #42B103 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #42B103 is #BD4EFC. Grayscale: #7C7C7C. Windows color (decimal): -12406525 or 241986. OLE color: 241986.

HSL color Cylindrical-coordinate representation of color #42B103: hue angle of 98.28º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #42B103 is Cyan = 0.63, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.31.

Color convert

RGB661773-
CMYK0.6300.980.31
HSL98.28º96.67%35.29%-
HSV(B)98.28º98.31%69.41%-
XYZ17.9932.615.43-
YUV123.9859.7386.65-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.83%
GREEN value IS 177 (69.53% from 255) = 71.95%
BLUE value IS 3 (1.56% from 255) = 1.22%
R=26.83%
G=71.95%
B=1.22%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal6617730.6300.980.3198.2896.6735.29
Hex42B133F0621F626123
Octal10226137701423714214143
Binary10000101011000111111111011000101111111000101100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42B103

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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