#42B23F

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

Shades of Fruit Salad #42B23F

Tints of Fruit Salad #42B23F

Color information

#42B23F (or 0x42B23F) is unknown color: approx Fruit Salad. HEX triplet: 42, B2 and 3F. RGB value is (66,178,63). Sum of RGB (Red+Green+Blue) = 66+178+63=307 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.50% from 307); Green value is 178 (69.92% from 255 or 57.98% from 307); Blue value is 63 (25% from 255 or 20.52% from 307); Max value from RGB is 178 - color contains mainly: green. Hex color #42B23F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42B23F is #BD4DC0. Grayscale: #838383. Windows color (decimal): -12406209 or 4174402. OLE color: 4174402.

HSL color Cylindrical-coordinate representation of color #42B23F: hue angle of 118.43º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #42B23F is Cyan = 0.63, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.30.

Color convert

RGB6617863-
CMYK0.6300.650.30
HSL118.43º47.72%47.25%-
HSV(B)118.43º64.61%69.8%-
XYZ19.0633.3610.14-
YUV131.489.3981.35-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.50%
GREEN value IS 178 (69.92% from 255) = 57.98%
BLUE value IS 63 (25% from 255) = 20.52%
R=21.50%
G=57.98%
B=20.52%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal66178630.6300.650.30118.4347.7247.25
Hex42B23F3F0411E76302f
Octal10226277770101361666057
Binary10000101011001011111111111101000001111101110110110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42B23F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,178,63); }

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

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

 a { background-color: rgb(66,178,63); }

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

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

 span { border-color: rgb(66,178,63); }

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