#42BE4B

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

Shades of Fruit Salad #42BE4B

Tints of Fruit Salad #42BE4B

Color information

#42BE4B (or 0x42BE4B) is unknown color: approx Fruit Salad. HEX triplet: 42, BE and 4B. RGB value is (66,190,75). Sum of RGB (Red+Green+Blue) = 66+190+75=331 (43% of max value = 765). Red value is 66 (26.17% from 255 or 19.94% from 331); Green value is 190 (74.61% from 255 or 57.40% from 331); Blue value is 75 (29.69% from 255 or 22.66% from 331); Max value from RGB is 190 - color contains mainly: green. Hex color #42BE4B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42BE4B is #BD41B4. Grayscale: #8C8C8C. Windows color (decimal): -12403125 or 4963906. OLE color: 4963906.

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

Color convert

RGB6619075-
CMYK0.6500.610.25
HSL124.35º48.82%50.2%-
HSV(B)124.35º65.26%74.51%-
XYZ21.9338.4912.93-
YUV139.8191.4275.35-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.94%
GREEN value IS 190 (74.61% from 255) = 57.40%
BLUE value IS 75 (29.69% from 255) = 22.66%
R=19.94%
G=57.40%
B=22.66%

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
Decimal66190750.6500.610.25124.3548.8250.2
Hex42BE4B4103D197c3132
Octal102276113101075311746162
Binary100001010111110100101110000010111101110011111100110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42BE4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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