#42BF4B

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

Shades of Fruit Salad #42BF4B

Tints of Fruit Salad #42BF4B

Color information

#42BF4B (or 0x42BF4B) is unknown color: approx Fruit Salad. HEX triplet: 42, BF and 4B. RGB value is (66,191,75). Sum of RGB (Red+Green+Blue) = 66+191+75=332 (43% of max value = 765). Red value is 66 (26.17% from 255 or 19.88% from 332); Green value is 191 (75% from 255 or 57.53% from 332); Blue value is 75 (29.69% from 255 or 22.59% from 332); Max value from RGB is 191 - color contains mainly: green. Hex color #42BF4B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42BF4B is #BD40B4. Grayscale: #8C8C8C. Windows color (decimal): -12402869 or 4964162. OLE color: 4964162.

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

Color convert

RGB6619175-
CMYK0.6500.610.25
HSL124.32º49.41%50.39%-
HSV(B)124.32º65.45%74.9%-
XYZ22.1538.9313-
YUV140.491.0974.93-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.88%
GREEN value IS 191 (75% from 255) = 57.53%
BLUE value IS 75 (29.69% from 255) = 22.59%
R=19.88%
G=57.53%
B=22.59%

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
Decimal66191750.6500.610.25124.3249.4150.39
Hex42BF4B4103D197c3132
Octal102277113101075311746162
Binary100001010111111100101110000010111101110011111100110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42BF4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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