#42C525

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

Shades of Kelly Green #42C525

Tints of Kelly Green #42C525

Color information

#42C525 (or 0x42C525) is unknown color: approx Kelly Green. HEX triplet: 42, C5 and 25. RGB value is (66,197,37). Sum of RGB (Red+Green+Blue) = 66+197+37=300 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22% from 300); Green value is 197 (77.34% from 255 or 65.67% from 300); Blue value is 37 (14.84% from 255 or 12.33% from 300); Max value from RGB is 197 - color contains mainly: green. Hex color #42C525 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42C525 is #BD3ADA. Grayscale: #8C8C8C. Windows color (decimal): -12401371 or 2475330. OLE color: 2475330.

HSL color Cylindrical-coordinate representation of color #42C525: hue angle of 109.12º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #42C525 is Cyan = 0.66, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.23.

Color convert

RGB6619737-
CMYK0.6600.810.23
HSL109.12º68.38%45.88%-
HSV(B)109.12º81.22%77.25%-
XYZ22.5541.228.52-
YUV139.5970.175.51-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22%
GREEN value IS 197 (77.34% from 255) = 65.67%
BLUE value IS 37 (14.84% from 255) = 12.33%
R=22%
G=65.67%
B=12.33%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal66197370.6600.810.23109.1268.3845.88
Hex42C52542051176d442e
Octal1023054510201212715510456
Binary1000010110001011001011000010010100011011111011011000100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42C525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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