#42BB28

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

Shades of Kelly Green #42BB28

Tints of Kelly Green #42BB28

Color information

#42BB28 (or 0x42BB28) is unknown color: approx Kelly Green. HEX triplet: 42, BB and 28. RGB value is (66,187,40). Sum of RGB (Red+Green+Blue) = 66+187+40=293 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.53% from 293); Green value is 187 (73.44% from 255 or 63.82% from 293); Blue value is 40 (16.02% from 255 or 13.65% from 293); Max value from RGB is 187 - color contains mainly: green. Hex color #42BB28 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42BB28 is #BD44D7. Grayscale: #868686. Windows color (decimal): -12403928 or 2669378. OLE color: 2669378.

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

Color convert

RGB6618740-
CMYK0.6500.790.27
HSL109.39º64.76%44.51%-
HSV(B)109.39º78.61%73.33%-
XYZ20.436.858.05-
YUV134.0674.9179.45-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.53%
GREEN value IS 187 (73.44% from 255) = 63.82%
BLUE value IS 40 (16.02% from 255) = 13.65%
R=22.53%
G=63.82%
B=13.65%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal66187400.6500.790.27109.3964.7644.51
Hex42BB284104F1B6d412d
Octal1022735010101173315510155
Binary1000010101110111010001000001010011111101111011011000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42BB28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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