#42BA25

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

Shades of Kelly Green #42BA25

Tints of Kelly Green #42BA25

Color information

#42BA25 (or 0x42BA25) is unknown color: approx Kelly Green. HEX triplet: 42, BA and 25. RGB value is (66,186,37). Sum of RGB (Red+Green+Blue) = 66+186+37=289 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.84% from 289); Green value is 186 (73.05% from 255 or 64.36% from 289); Blue value is 37 (14.84% from 255 or 12.80% from 289); Max value from RGB is 186 - color contains mainly: green. Hex color #42BA25 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42BA25 is #BD45DA. Grayscale: #858585. Windows color (decimal): -12404187 or 2472514. OLE color: 2472514.

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

Color convert

RGB6618637-
CMYK0.6500.800.27
HSL108.32º66.82%43.73%-
HSV(B)108.32º80.11%72.94%-
XYZ20.1436.417.72-
YUV133.1373.7480.12-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.84%
GREEN value IS 186 (73.05% from 255) = 64.36%
BLUE value IS 37 (14.84% from 255) = 12.80%
R=22.84%
G=64.36%
B=12.80%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal66186370.6500.800.27108.3266.8243.73
Hex42BA25410501B6c432c
Octal1022724510101203315410354
Binary1000010101110101001011000001010100001101111011001000011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42BA25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,186,37); }

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

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

 a { background-color: rgb(66,186,37); }

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

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

 span { border-color: rgb(66,186,37); }

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