Html Css Color HEX #50BF52 Fruit Salad

📋 copy color: '#50BF52'

red 80 ◦ green 191 ◦ blue 82

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

Shades of Fruit Salad #50BF52

Tints of Fruit Salad #50BF52

RGB

 RED value IS 80 (31.64% from 255) = 22.66%

 GREEN value IS 191 (75% from 255) = 54.11%

 BLUE value IS 82 (32.42% from 255) = 23.23%

R = 22.66%
G = 54.11%
B = 23.23%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.57

 K value IS 0.25

RGB Variations

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

Color information

#50BF52 (or 0x50BF52) is known color: Fruit Salad. HEX triplet: 50, BF and 52. RGB value is (80,191,82). Sum of RGB (Red+Green+Blue) = 80+191+82=353 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.66% from 353); Green value is 191 (75% from 255 or 54.11% from 353); Blue value is 82 (32.42% from 255 or 23.23% from 353); Max value from RGB is 191 - color contains mainly: green. Hex color #50BF52 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50BF52 is #AF40AD. Grayscale: #919191. Windows color (decimal): -11485358 or 5422928. OLE color: 5422928.

HSL color Cylindrical-coordinate representation of color #50BF52: hue angle of 121.08º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #50BF52 is Cyan = 0.58, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.25.

Color convert

RGB 80 191 82 -
CMYK 0.58 0 0.57 0.25
HSL 121.08º 0.46% 0.53% -
HSV(B) 121.08º 0.58% 0.75% -
XYZ 23.46 39.58 14.39 -
YUV 145.39 92.23 81.36 -
System Red Green Blue C M Y K H S L
Decimal 80 191 82 0.58 0 0.57 0.25 121.08 0.46 0.53
Hex 50 BF 52 3A 0 39 19 79 2E 35
Octal 120 277 122 72 0 71 31 171 56 65
Binary 1010000 10111111 1010010 111010 0 111001 11001 1111001 101110 110101

Color Harmonies of #50BF52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50BF52

Black with #50BF52

Text Example


Text Example

White with #50BF52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50BF52; }

 p { color: rgb(80,191,82); }

 H1.HeaderClassName
 {
   color: #50BF52;
 }
 .AnyTagClassName
 {
   color: #50BF52;
 }
</style>

background-color css

<style>
 a { background-color: #50BF52; }

 a { background-color: rgb(80,191,82); }

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

border-color css

<style>
 span { border-color: #50BF52; }

 span { border-color: rgb(80,191,82); }

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