#42B515

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

Shades of Kelly Green #42B515

Tints of Kelly Green #42B515

Color information

#42B515 (or 0x42B515) is unknown color: approx Kelly Green. HEX triplet: 42, B5 and 15. RGB value is (66,181,21). Sum of RGB (Red+Green+Blue) = 66+181+21=268 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.63% from 268); Green value is 181 (71.09% from 255 or 67.54% from 268); Blue value is 21 (8.59% from 255 or 7.84% from 268); Max value from RGB is 181 - color contains mainly: green. Hex color #42B515 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42B515 is #BD4AEA. Grayscale: #808080. Windows color (decimal): -12405483 or 1422658. OLE color: 1422658.

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

Color convert

RGB6618121-
CMYK0.6400.880.29
HSL103.12º79.21%39.61%-
HSV(B)103.12º88.4%70.98%-
XYZ18.9134.266.33-
YUV128.3867.483.51-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.63%
GREEN value IS 181 (71.09% from 255) = 67.54%
BLUE value IS 21 (8.59% from 255) = 7.84%
R=24.63%
G=67.54%
B=7.84%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal66181210.6400.880.29103.1279.2139.61
Hex42B515400581D674f28
Octal1022652510001303514711750
Binary100001010110101101011000000010110001110111001111001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42B515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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