Html Css Color HEX #42BA50 Fruit Salad

📋 copy color: '#42BA50'

red 66 ◦ green 186 ◦ blue 80

#42BA50
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fruit Salad #42BA50

Tints of Fruit Salad #42BA50

RGB

 RED value IS 66 (26.17% from 255) = 19.88%

 GREEN value IS 186 (73.05% from 255) = 56.02%

 BLUE value IS 80 (31.64% from 255) = 24.1%

R = 19.88%
G = 56.02%
B = 24.1%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#42BA50 (or 0x42BA50) is known color: Fruit Salad. HEX triplet: 42, BA and 50. RGB value is (66,186,80). Sum of RGB (Red+Green+Blue) = 66+186+80=332 (43% of max value = 765). Red value is 66 (26.17% from 255 or 19.88% from 332); Green value is 186 (73.05% from 255 or 56.02% from 332); Blue value is 80 (31.64% from 255 or 24.10% from 332); Max value from RGB is 186 - color contains mainly: green. Hex color #42BA50 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42BA50 is #BD45AF. Grayscale: #8A8A8A. Windows color (decimal): -12404144 or 5290562. OLE color: 5290562.

HSL color Cylindrical-coordinate representation of color #42BA50: hue angle of 127º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #42BA50 is Cyan = 0.65, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.27.

Color convert

RGB 66 186 80 -
CMYK 0.65 0 0.57 0.27
HSL 127º 0.48% 0.49% -
HSV(B) 127º 0.65% 0.73% -
XYZ 21.25 36.86 13.58 -
YUV 138.04 95.24 76.62 -
System Red Green Blue C M Y K H S L
Decimal 66 186 80 0.65 0 0.57 0.27 127 0.48 0.49
Hex 42 BA 50 41 0 39 1B 7F 30 31
Octal 102 272 120 101 0 71 33 177 60 61
Binary 1000010 10111010 1010000 1000001 0 111001 11011 1111111 110000 110001

Color Harmonies of #42BA50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42BA50

Black with #42BA50

Text Example


Text Example

White with #42BA50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,186,80); }

 H1.HeaderClassName
 {
   color: #42BA50;
 }
 .AnyTagClassName
 {
   color: #42BA50;
 }
</style>

background-color css

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

 a { background-color: rgb(66,186,80); }

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

border-color css

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

 span { border-color: rgb(66,186,80); }

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