#42B921

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

Shades of Kelly Green #42B921

Tints of Kelly Green #42B921

Color information

#42B921 (or 0x42B921) is unknown color: approx Kelly Green. HEX triplet: 42, B9 and 21. RGB value is (66,185,33). Sum of RGB (Red+Green+Blue) = 66+185+33=284 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.24% from 284); Green value is 185 (72.66% from 255 or 65.14% from 284); Blue value is 33 (13.28% from 255 or 11.62% from 284); Max value from RGB is 185 - color contains mainly: green. Hex color #42B921 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42B921 is #BD46DE. Grayscale: #848484. Windows color (decimal): -12404447 or 2210114. OLE color: 2210114.

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

Color convert

RGB6618533-
CMYK0.6400.820.27
HSL106.97º69.72%42.75%-
HSV(B)106.97º82.16%72.55%-
XYZ19.8735.977.33-
YUV132.0972.0880.86-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.24%
GREEN value IS 185 (72.66% from 255) = 65.14%
BLUE value IS 33 (13.28% from 255) = 11.62%
R=23.24%
G=65.14%
B=11.62%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal66185330.6400.820.27106.9769.7242.75
Hex42B921400521B6b462b
Octal1022714110001223315310653
Binary1000010101110011000011000000010100101101111010111000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42B921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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