#42B928

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

Shades of Kelly Green #42B928

Tints of Kelly Green #42B928

Color information

#42B928 (or 0x42B928) is unknown color: approx Kelly Green. HEX triplet: 42, B9 and 28. RGB value is (66,185,40). Sum of RGB (Red+Green+Blue) = 66+185+40=291 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.68% from 291); Green value is 185 (72.66% from 255 or 63.57% from 291); Blue value is 40 (16.02% from 255 or 13.75% from 291); Max value from RGB is 185 - color contains mainly: green. Hex color #42B928 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42B928 is #BD46D7. Grayscale: #858585. Windows color (decimal): -12404440 or 2668866. OLE color: 2668866.

HSL color Cylindrical-coordinate representation of color #42B928: hue angle of 109.24º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #42B928 is Cyan = 0.64, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.27.

Color convert

RGB6618540-
CMYK0.6400.780.27
HSL109.24º64.44%44.12%-
HSV(B)109.24º78.38%72.55%-
XYZ19.9836.017.91-
YUV132.8975.5880.29-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.68%
GREEN value IS 185 (72.66% from 255) = 63.57%
BLUE value IS 40 (16.02% from 255) = 13.75%
R=22.68%
G=63.57%
B=13.75%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal66185400.6400.780.27109.2464.4444.12
Hex42B9284004E1B6d402c
Octal1022715010001163315510054
Binary1000010101110011010001000000010011101101111011011000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42B928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,185,40); }

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

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

 a { background-color: rgb(66,185,40); }

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

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

 span { border-color: rgb(66,185,40); }

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