#42BF51

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

Shades of Fruit Salad #42BF51

Tints of Fruit Salad #42BF51

Color information

#42BF51 (or 0x42BF51) is unknown color: approx Fruit Salad. HEX triplet: 42, BF and 51. RGB value is (66,191,81). Sum of RGB (Red+Green+Blue) = 66+191+81=338 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.53% from 338); Green value is 191 (75% from 255 or 56.51% from 338); Blue value is 81 (32.03% from 255 or 23.96% from 338); Max value from RGB is 191 - color contains mainly: green. Hex color #42BF51 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42BF51 is #BD40AE. Grayscale: #8D8D8D. Windows color (decimal): -12402863 or 5357378. OLE color: 5357378.

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

Color convert

RGB6619181-
CMYK0.6500.580.25
HSL127.2º49.41%50.39%-
HSV(B)127.2º65.45%74.9%-
XYZ22.3639.0114.14-
YUV141.0894.0974.44-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.53%
GREEN value IS 191 (75% from 255) = 56.51%
BLUE value IS 81 (32.03% from 255) = 23.96%
R=19.53%
G=56.51%
B=23.96%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal66191810.6500.580.25127.249.4150.39
Hex42BF514103A197f3132
Octal102277121101072311776162
Binary100001010111111101000110000010111010110011111111110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42BF51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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