#42BE51

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

Shades of Fruit Salad #42BE51

Tints of Fruit Salad #42BE51

Color information

#42BE51 (or 0x42BE51) is unknown color: approx Fruit Salad. HEX triplet: 42, BE and 51. RGB value is (66,190,81). Sum of RGB (Red+Green+Blue) = 66+190+81=337 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.58% from 337); Green value is 190 (74.61% from 255 or 56.38% from 337); Blue value is 81 (32.03% from 255 or 24.04% from 337); Max value from RGB is 190 - color contains mainly: green. Hex color #42BE51 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42BE51 is #BD41AE. Grayscale: #8C8C8C. Windows color (decimal): -12403119 or 5357122. OLE color: 5357122.

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

Color convert

RGB6619081-
CMYK0.6500.570.25
HSL127.26º48.82%50.2%-
HSV(B)127.26º65.26%74.51%-
XYZ22.1538.5814.06-
YUV140.594.4274.86-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.58%
GREEN value IS 190 (74.61% from 255) = 56.38%
BLUE value IS 81 (32.03% from 255) = 24.04%
R=19.58%
G=56.38%
B=24.04%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal66190810.6500.570.25127.2648.8250.2
Hex42BE5141039197f3132
Octal102276121101071311776162
Binary100001010111110101000110000010111001110011111111110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42BE51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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