#42C14B

Color #42C14B Fruit Salad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fruit Salad #42C14B

Tints of Fruit Salad #42C14B

Color information

#42C14B (or 0x42C14B) is unknown color: approx Fruit Salad. HEX triplet: 42, C1 and 4B. RGB value is (66,193,75). Sum of RGB (Red+Green+Blue) = 66+193+75=334 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.76% from 334); Green value is 193 (75.78% from 255 or 57.78% from 334); Blue value is 75 (29.69% from 255 or 22.46% from 334); Max value from RGB is 193 - color contains mainly: green. Hex color #42C14B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42C14B is #BD3EB4. Grayscale: #8D8D8D. Windows color (decimal): -12402357 or 4964674. OLE color: 4964674.

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

Color convert

RGB6619375-
CMYK0.6600.610.24
HSL124.25º50.6%50.78%-
HSV(B)124.25º65.8%75.69%-
XYZ22.5939.8113.15-
YUV141.5890.4274.09-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.76%
GREEN value IS 193 (75.78% from 255) = 57.78%
BLUE value IS 75 (29.69% from 255) = 22.46%
R=19.76%
G=57.78%
B=22.46%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal66193750.6600.610.24124.2550.650.78
Hex42C14B4203D187c3333
Octal102301113102075301746363
Binary100001011000001100101110000100111101110001111100110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42C14B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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