#42C100

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

Shades of Kelly Green #42C100

Tints of Kelly Green #42C100

Color information

#42C100 (or 0x42C100) is unknown color: approx Kelly Green. HEX triplet: 42, C1 and 00. RGB value is (66,193,0). Sum of RGB (Red+Green+Blue) = 66+193+0=259 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.48% from 259); Green value is 193 (75.78% from 255 or 74.52% from 259); Blue value is 0 (0.39% from 255 or 0% from 259); Max value from RGB is 193 - color contains mainly: green. Hex color #42C100 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42C100 is #BD3EFF. Grayscale: #858585. Windows color (decimal): -12402432 or 49474. OLE color: 49474.

HSL color Cylindrical-coordinate representation of color #42C100: hue angle of 99.48º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #42C100 is Cyan = 0.66, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.24.

Color convert

RGB661930-
CMYK0.66010.24
HSL99.48º100%37.84%-
HSV(B)99.48º100%75.69%-
XYZ21.3239.36.46-
YUV133.0252.9280.19-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.48%
GREEN value IS 193 (75.78% from 255) = 74.52%
BLUE value IS 0 (0.39% from 255) = 0%
R=25.48%
G=74.52%
B=0%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal6619300.66010.2499.4810037.84
Hex42C104206418636426
Octal102301010201443014314446
Binary10000101100000101000010011001001100011000111100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42C100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,193,0); }

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

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

 a { background-color: rgb(66,193,0); }

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

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

 span { border-color: rgb(66,193,0); }

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