#42bf4c

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

Shades of Fruit Salad #42BF4C

Tints of Fruit Salad #42BF4C

Color information

#42BF4C (or 0x42BF4C) is unknown color: approx Fruit Salad. HEX triplet: 42, BF and 4C. RGB value is (66,191,76). Sum of RGB (Red+Green+Blue) = 66+191+76=333 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.82% from 333); Green value is 191 (75% from 255 or 57.36% from 333); Blue value is 76 (30.08% from 255 or 22.82% from 333); Max value from RGB is 191 - color contains mainly: green. Hex color #42BF4C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42BF4C is #BD40B3. Grayscale: #8C8C8C. Windows color (decimal): -12402868 or 5029698. OLE color: 5029698.

HSL color Cylindrical-coordinate representation of color #42BF4C: hue angle of 124.8º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #42BF4C is Cyan = 0.65, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.

Color convert

RGB6619176-
CMYK0.6500.600.25
HSL124.8º49.41%50.39%-
HSV(B)124.8º65.45%74.9%-
XYZ22.1838.9413.18-
YUV140.5191.5974.85-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.82%
GREEN value IS 191 (75% from 255) = 57.36%
BLUE value IS 76 (30.08% from 255) = 22.82%
R=19.82%
G=57.36%
B=22.82%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal66191760.6500.600.25124.849.4150.39
Hex42BF4C4103C197d3132
Octal102277114101074311756162
Binary100001010111111100110010000010111100110011111101110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42bf4c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,191,76); }

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

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

 a { background-color: rgb(66,191,76); }

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

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

 span { border-color: rgb(66,191,76); }

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