#42B03D

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

Shades of Fruit Salad #42B03D

Tints of Fruit Salad #42B03D

Color information

#42B03D (or 0x42B03D) is unknown color: approx Fruit Salad. HEX triplet: 42, B0 and 3D. RGB value is (66,176,61). Sum of RGB (Red+Green+Blue) = 66+176+61=303 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.78% from 303); Green value is 176 (69.14% from 255 or 58.09% from 303); Blue value is 61 (24.22% from 255 or 20.13% from 303); Max value from RGB is 176 - color contains mainly: green. Hex color #42B03D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42B03D is #BD4FC2. Grayscale: #828282. Windows color (decimal): -12406723 or 4042818. OLE color: 4042818.

HSL color Cylindrical-coordinate representation of color #42B03D: hue angle of 117.39º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #42B03D is Cyan = 0.62, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.31.

Color convert

RGB6617661-
CMYK0.6200.650.31
HSL117.39º48.52%46.47%-
HSV(B)117.39º65.34%69.02%-
XYZ18.6132.559.72-
YUV13089.0682.35-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.78%
GREEN value IS 176 (69.14% from 255) = 58.09%
BLUE value IS 61 (24.22% from 255) = 20.13%
R=21.78%
G=58.09%
B=20.13%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal66176610.6200.650.31117.3948.5246.47
Hex42B03D3E0411F75312e
Octal10226075760101371656156
Binary10000101011000011110111111001000001111111110101110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42B03D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,176,61); }

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

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

 a { background-color: rgb(66,176,61); }

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

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

 span { border-color: rgb(66,176,61); }

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