Html Css Color HEX #50BC4B Fruit Salad

📋 copy color: '#50BC4B'

red 80 ◦ green 188 ◦ blue 75

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

Shades of Fruit Salad #50BC4B

Tints of Fruit Salad #50BC4B

RGB

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

 GREEN value IS 188 (73.83% from 255) = 54.81%

 BLUE value IS 75 (29.69% from 255) = 21.87%

R = 23.32%
G = 54.81%
B = 21.87%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#50BC4B (or 0x50BC4B) is known color: Fruit Salad. HEX triplet: 50, BC and 4B. RGB value is (80,188,75). Sum of RGB (Red+Green+Blue) = 80+188+75=343 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.32% from 343); Green value is 188 (73.83% from 255 or 54.81% from 343); Blue value is 75 (29.69% from 255 or 21.87% from 343); Max value from RGB is 188 - color contains mainly: green. Hex color #50BC4B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50BC4B is #AF43B4. Grayscale: #8F8F8F. Windows color (decimal): -11486133 or 4963408. OLE color: 4963408.

HSL color Cylindrical-coordinate representation of color #50BC4B: hue angle of 117.35º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #50BC4B is Cyan = 0.57, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.26.

Color convert

RGB 80 188 75 -
CMYK 0.57 0 0.60 0.26
HSL 117.35º 0.46% 0.52% -
HSV(B) 117.35º 0.6% 0.74% -
XYZ 22.56 38.18 12.84 -
YUV 142.83 89.72 83.19 -
System Red Green Blue C M Y K H S L
Decimal 80 188 75 0.57 0 0.60 0.26 117.35 0.46 0.52
Hex 50 BC 4B 39 0 3C 1A 75 2E 34
Octal 120 274 113 71 0 74 32 165 56 64
Binary 1010000 10111100 1001011 111001 0 111100 11010 1110101 101110 110100

Color Harmonies of #50BC4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50BC4B

Black with #50BC4B

Text Example


Text Example

White with #50BC4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,188,75); }

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

background-color css

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

 a { background-color: rgb(80,188,75); }

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

border-color css

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

 span { border-color: rgb(80,188,75); }

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