#42BF4A

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

Shades of Fruit Salad #42BF4A

Tints of Fruit Salad #42BF4A

Color information

#42BF4A (or 0x42BF4A) is unknown color: approx Fruit Salad. HEX triplet: 42, BF and 4A. RGB value is (66,191,74). Sum of RGB (Red+Green+Blue) = 66+191+74=331 (43% of max value = 765). Red value is 66 (26.17% from 255 or 19.94% from 331); Green value is 191 (75% from 255 or 57.70% from 331); Blue value is 74 (29.30% from 255 or 22.36% from 331); Max value from RGB is 191 - color contains mainly: green. Hex color #42BF4A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42BF4A is #BD40B5. Grayscale: #8C8C8C. Windows color (decimal): -12402870 or 4898626. OLE color: 4898626.

HSL color Cylindrical-coordinate representation of color #42BF4A: hue angle of 123.84º 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 #42BF4A is Cyan = 0.65, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB6619174-
CMYK0.6500.610.25
HSL123.84º49.41%50.39%-
HSV(B)123.84º65.45%74.9%-
XYZ22.1138.9112.82-
YUV140.2990.5975.01-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.94%
GREEN value IS 191 (75% from 255) = 57.70%
BLUE value IS 74 (29.30% from 255) = 22.36%
R=19.94%
G=57.70%
B=22.36%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal66191740.6500.610.25123.8449.4150.39
Hex42BF4A4103D197c3132
Octal102277112101075311746162
Binary100001010111111100101010000010111101110011111100110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42BF4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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